Skip to content

Commit

Permalink
maintains a single js file without version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aterrien committed May 23, 2012
1 parent eb9e394 commit d6c8089
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1,077 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>jQuery Knob demo</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script src="js/jquery.knob-1.1.2.js"></script>
<script src="js/jquery.knob.js"></script>
<script>
$(function() {
$(".knob").knob();
Expand Down Expand Up @@ -32,7 +32,6 @@
}else{down=1;up=0;}
}
val=v;

}
}
);
Expand Down
217 changes: 0 additions & 217 deletions js/jquery.knob-1.0.0.js

This file was deleted.

Loading

0 comments on commit d6c8089

Please sign in to comment.