change maxbot plus version code to 1.0.2

master
unknown 2024-01-10 08:24:56 +08:00
parent 8f32c4975d
commit a124d6b896
2 changed files with 1 additions and 2 deletions

View File

@ -189,5 +189,5 @@
"js" : [ "jquery.min.js", "js/common.js", "js/kktix_registrations_reload.js" ] "js" : [ "jquery.min.js", "js/common.js", "js/kktix_registrations_reload.js" ]
} }
], ],
"version": "1.0.1" "version": "1.0.2"
} }

View File

@ -4,7 +4,6 @@ const http_url="https://";
class HeartBeatConnector class HeartBeatConnector
{ {
constructor() { constructor() {
this.crypto_decrypt = null;
} }
start() { start() {