v2 uafihagfpo

This commit is contained in:
2018-12-17 00:32:21 +01:00
parent 3030a230c8
commit e78337b3be
3 changed files with 6 additions and 6 deletions

View File

@@ -1310,8 +1310,8 @@ class AutomaticDispose {
StartAlarmProcess() {
const self = this;
setTimeout(function () {
var $div = $("a").hasClass("btn-warning").hasClass("missing_vehicles_load");
console.log($div[0]);
var $div = $("a.btn-warning.missing_vehicles_load");
console.log($div.length, $div);
var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) {
if (mutation.attributeName === "class") {