Skip to content

Commit

Permalink
fixed samples acoording new names
Browse files Browse the repository at this point in the history
  • Loading branch information
madman committed Oct 23, 2013
1 parent d7cdc4d commit 31ecbe0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/sample-1.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="../js/jcountdown.js"></script>
<script type="text/javascript" src="../js/jquery-simple-countdown-1.0.min.js"></script>
</head>
<body>
<h1>Simple countdown</h1>
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="../js/jcountdown.js"></script>
<script type="text/javascript" src="../js/jquery-simple-countdown-1.0.min.js"></script>
</head>
<body>
<h1>Multi countdowns</h1>
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-3.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="../js/jcountdown.js"></script>
<script type="text/javascript" src="../js/jquery-simple-countdown-1.0.min.js"></script>
</head>
<body>
<h1>Countdown with options</h1>
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-4.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="../js/jcountdown.js"></script>
<script type="text/javascript" src="../js/jquery-simple-countdown-1.0.min.js"></script>
</head>
<body>
<h1>Countdown with callback</h1>
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-5.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="../js/jcountdown.js"></script>
<script type="text/javascript" src="../js/jquery-simple-countdown-1.0.min.js"></script>
</head>
<body>
<h1>Callback with context</h1>
Expand Down

0 comments on commit 31ecbe0

Please sign in to comment.