Browse Source

refator: set moodle var to false

lairaalmas 1 year ago
parent
commit
821435cb80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/globals/globals_control.js

+ 1 - 1
js/globals/globals_control.js

@@ -37,7 +37,7 @@
  * - if true, on moodle <br>
  * - if false, on a server
  */
-const moodle = true;
+const moodle = false;
 
 let moodleVar = {
   hits: [0, 0, 0, 0],