mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2026-04-28 11:17:36 +02:00
Sending script version on qmining feedback page
This commit is contained in:
+1
-1
@@ -677,7 +677,7 @@
|
||||
const cidSetInterval = setInterval(() => {
|
||||
const cid = document.getElementById('cid')
|
||||
if (cid) {
|
||||
cid.value = GetId()
|
||||
cid.value = GetId() + '|' + info().script.version
|
||||
window.clearInterval(cidSetInterval)
|
||||
}
|
||||
}, 100)
|
||||
|
||||
Reference in New Issue
Block a user