Skip to content

Commit

Permalink
updated jQuery to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsparling committed Oct 26, 2013
1 parent d3ae963 commit cd46280
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jQuery jClock Plugin 2.4.1
jQuery jClock Plugin 2.4.2
==========================

Homepage
Expand Down
2 changes: 1 addition & 1 deletion examples/clock-set-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - set time</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="jquery.jclock.js"></script>
<style type="text/css">
</style>
Expand Down
2 changes: 1 addition & 1 deletion examples/clock1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - default 24-hour clock (localtime)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock10.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - default 24-hour clock (localtime)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock11.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - multiple clocks using different time zone offsets</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - 12-hour clock (localtime)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock22.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - 12-hour clock (localtime)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - 12-hour clock with am/pm (localtime)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock4.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - 12-hour clock with am/pm and style options (localtime)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock5.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - default 24-hour clock (utc)</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock6.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - clocks with dates</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock7.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - multiple clocks using different time zone offsets</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion examples/clock8.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
</style>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>
<script type="text/javascript" src="jquery.corner.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion examples/clock9.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>jclock - clock using seedTime</title>

<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../jquery.jclock.js"></script>

<script type="text/javascript">
Expand Down
6 changes: 6 additions & 0 deletions examples/jquery-1.10.2.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jquery.jclock.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* jQuery jclock - Clock plugin - v 2.4.1
* jQuery jclock - Clock plugin - v 2.4.2
* http://plugins.jquery.com/project/jclock
*
* Copyright (c) 2007-2013 Doug Sparling <http://www.dougsparling.com>
Expand All @@ -9,7 +9,7 @@
(function($) {

$.fn.jclock = function(options) {
var version = '2.4.1';
var version = '2.4.2';

// options
var opts = $.extend({}, $.fn.jclock.defaults, options);
Expand Down

0 comments on commit cd46280

Please sign in to comment.