Sending script version on qmining feedback page

This commit is contained in:
MrFry 2020-04-01 13:42:24 +02:00
parent bbb0cfbf3a
commit e990a66939

View file

@ -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)