turn off notes js debugging
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class StudentNotes
|
||||
_debug: true
|
||||
_debug: false
|
||||
|
||||
targets: [] # holds elements with annotator() instances
|
||||
|
||||
@@ -70,4 +70,4 @@ class StudentNotes
|
||||
#
|
||||
# Comment this line to disable notes.
|
||||
|
||||
$(document).ready ($) -> new StudentNotes $, @
|
||||
$(document).ready ($) -> new StudentNotes $, @
|
||||
|
||||
Reference in New Issue
Block a user