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:
parent
bbb0cfbf3a
commit
e990a66939
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue