mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Sending script version on qmining feedback page
This commit is contained in:
@@ -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