fix offset next load
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
|
/*Generated on:Sat Jan 19 2019 17:42:16 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
7
dist/autoloaderV2.js
vendored
7
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
|
/*Generated on:Sat Jan 19 2019 17:42:16 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -19902,6 +19902,11 @@ $(document).ready(function () {
|
|||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
}, 250);
|
}, 250);
|
||||||
}
|
}
|
||||||
|
} else if (mutation.attributeName === "href") {
|
||||||
|
if (typeof ppppp != 'undefined') {
|
||||||
|
clearTimeout(ppppp);
|
||||||
|
}
|
||||||
|
$(mutation.target).click();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
|
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
|
||||||
<meta content="authenticity_token" name="csrf-param" />
|
<meta content="authenticity_token" name="csrf-param" />
|
||||||
<meta content="xUtrQYjgKW1mP6t8z2to5gsjAcOE4PF3s7dciY/Nu4k=" name="csrf-token" />
|
<meta content="2aRYmcZVxF8Xtey8UioqMURje0/LJhKRHbkputUCax0=" name="csrf-token" />
|
||||||
|
|
||||||
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>
|
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
|||||||
@@ -2462,6 +2462,11 @@ $(document).ready(function () {
|
|||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
}, 250);
|
}, 250);
|
||||||
}
|
}
|
||||||
|
} else if (mutation.attributeName === "href") {
|
||||||
|
if (typeof ppppp != 'undefined') {
|
||||||
|
clearTimeout(ppppp);
|
||||||
|
}
|
||||||
|
$(mutation.target).click();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user