From b9b5a820457925f5e2f3390ab864e46ec799978c Mon Sep 17 00:00:00 2001 From: MrFry Date: Sat, 7 Mar 2020 12:43:24 +0100 Subject: [PATCH] changed test value to prod --- stable.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable.user.js b/stable.user.js index 6ac74f9..194c6cb 100755 --- a/stable.user.js +++ b/stable.user.js @@ -21,7 +21,7 @@ // ==UserScript== // @name Moodle/Elearning/KMOOC test help -// @version 2.0.0.1 +// @version 2.0.0.2 // @description Online Moodle/Elearning/KMOOC test help // @author MrFry // @match https://elearning.uni-obuda.hu/main/* @@ -63,7 +63,7 @@ // forcing pages for testing. unless you test, do not set these to true! // only one of these should be true for testing const forceTestPage = false - const forceResultPage = true + const forceResultPage = false const forceDefaultPage = false const logElementGetting = false const log = true