Skip to content

Commit

Permalink
HTML v1
Browse files Browse the repository at this point in the history
  • Loading branch information
webfoolery committed Mar 31, 2018
1 parent f143398 commit b95b115
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 220 deletions.
3 changes: 2 additions & 1 deletion gears.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ TODO::
jQuery(document).ready(function($){
var gears = {
//debug: <?php echo ($debug ? 'true' : 'false'); ?>,
debug: false,
debug: true,
// debug: (window.location.hash == 'debug' ? true : false),
chainringCount: 0,
sprocketCount: 0,
chainrings: [],
Expand Down
Loading

0 comments on commit b95b115

Please sign in to comment.