We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c328e5 commit 4f578e4Copy full SHA for 4f578e4
javascript/grademe.js
@@ -1,3 +1,6 @@
1
+/*global $:false */
2
+/*exported togglecollapseall */
3
+/* The above disables warnings for undefined '$' and unused 'togglecollapseall'. */
4
/*
5
* Collapse/Expand all courses/assessments. If we are in the course,
6
* then only collapse/expand all assessments.
0 commit comments