Skip to content

Commit

Permalink
Fixed bad COLOBYINTERVAL state assign with Interval quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
deltadada committed Sep 12, 2014
1 parent 3ffd5ef commit d55c1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxfrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ var ctl_newIntQuiz = function(){
// clear FB
clear_fretboard();
// set IntervalMode state to false and ColorByIntervals to False
COLORBYINTERVALS = false;
//COLORBYINTERVALS = false;
INTERVALMODE = false;
var lowFret = 0;
var highFret = GUITAR_STRINGS[0].length;
Expand Down

0 comments on commit d55c1c5

Please sign in to comment.