This commit is contained in:
2019-01-11 02:00:16 +01:00
parent c45e757f8c
commit 88e1a0f3ae
3 changed files with 10 additions and 6 deletions

View File

@@ -1449,7 +1449,7 @@ class AutomaticDispose {
$div.click();
} else {
*/
self.StartAlarmProcessProc()
self.StartAlarmProcessProc()
//}
@@ -2423,7 +2423,9 @@ $(document).ready(function () {
});
observer.observe($div[0], {
attributes: true,
characterData: true
characterData: true,
attributeOldValue: true,
characterDataOldValue: true
});
$div.click();