v2 uafüa0v

This commit is contained in:
2018-12-17 00:25:53 +01:00
parent 00efc5ff9c
commit c836b158b4
3 changed files with 4 additions and 2 deletions

View File

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