From 2c815c8d20b6c25a4214d6118760d993f2287f36 Mon Sep 17 00:00:00 2001 From: MrFry Date: Tue, 14 Apr 2020 14:37:13 +0200 Subject: [PATCH] Showing user id on menu --- stable.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable.user.js b/stable.user.js index 832357c..e36e8b8 100755 --- a/stable.user.js +++ b/stable.user.js @@ -21,7 +21,7 @@ // ==UserScript== // @name Moodle/Elearning/KMOOC test help -// @version 2.0.1.7 +// @version 2.0.1.8 // @description Online Moodle/Elearning/KMOOC test help // @author MrFry // @match https://elearning.uni-obuda.hu/main/* @@ -789,7 +789,7 @@ lastestVersion = inf.version motd = inf.motd subjInfo = inf.subjinfo - document.getElementById('infoMainDiv').innerText = `${subjInfo.subjects} tárgy, ${subjInfo.questions} kérdés` + document.getElementById('infoMainDiv').innerText = `${subjInfo.subjects} tárgy, ${subjInfo.questions} kérdés. Felh #${inf.uid}` // FIXME: if cwith() throws an unhandled error it sais server is not avaible cwith() }).catch(() => {