Skip to content

Commit

Permalink
removed the ? in the current question number
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdonthemic committed Jun 6, 2012
1 parent 9644fab commit 826d5f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified db/development.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/quickquiz/Quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Quiz(data, components){
// remove all text from the editor
editor.setValue('');
// remove the question number
$("#questionNbr").text('?');
$("#questionNbr").text('');
self.resetTimer();
self.loadQuestion();
};
Expand Down

0 comments on commit 826d5f6

Please sign in to comment.