Skip to content

Commit d6c8089

Browse files
committed
maintains a single js file without version number
1 parent eb9e394 commit d6c8089

File tree

6 files changed

+1
-1077
lines changed

6 files changed

+1
-1077
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>jQuery Knob demo</title>
55
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
6-
<script src="js/jquery.knob-1.1.2.js"></script>
6+
<script src="js/jquery.knob.js"></script>
77
<script>
88
$(function() {
99
$(".knob").knob();
@@ -32,7 +32,6 @@
3232
}else{down=1;up=0;}
3333
}
3434
val=v;
35-
3635
}
3736
}
3837
);

js/jquery.knob-1.0.0.js

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)