diff --git a/frame.js b/frame.js index 4980ee5..3eb75e5 100644 --- a/frame.js +++ b/frame.js @@ -21,7 +21,7 @@ // ==UserScript== // @name Moodle/Elearning/KMOOC test help -// @version 1.6.2.4 +// @version 1.6.2.5 // @description Online Moodle/Elearning/KMOOC test help // @author YourFriendlyNeighborhoodDealer // @match https://elearning.uni-obuda.hu/main/* diff --git a/main.js b/main.js index d296bb9..3a6bb46 100644 --- a/main.js +++ b/main.js @@ -28,11 +28,11 @@ const serverAdress = "https://qmining.tk/"; // forcing pages for testing. unless you test, do not set these to true! // only one of these should be true for testing -const forceTestPage = true; +const forceTestPage = false; const forceResultPage = false; const forceDefaultPage = false; const logElementGetting = false; -const log = true; +const log = false; const motdShowCount = 3; var motd = ""; diff --git a/stable.js b/stable.js index 6fab799..4e60174 100644 --- a/stable.js +++ b/stable.js @@ -21,7 +21,7 @@ // ==UserScript== // @name Moodle/Elearning/KMOOC test help -// @version 1.6.2.4 +// @version 1.6.2.5 // @description Online Moodle/Elearning/KMOOC test help // @author YourFriendlyNeighborhoodDealer // @match https://elearning.uni-obuda.hu/main/* @@ -49,11 +49,11 @@ // forcing pages for testing. unless you test, do not set these to true! // only one of these should be true for testing - const forceTestPage = true; + const forceTestPage = false; const forceResultPage = false; const forceDefaultPage = false; const logElementGetting = false; - const log = true; + const log = false; const motdShowCount = 3; var motd = "";