This commit is contained in:
2019-01-19 17:36:26 +01:00
parent 598ac38994
commit 7b7859df7f
4 changed files with 5 additions and 3 deletions

2
dist/autoloader.js vendored
View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Jan 19 2019 04:35:47 GMT+0100 (CET)*/
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();

View File

@@ -1,4 +1,4 @@
/*Generated on:Sat Jan 19 2019 04:35:47 GMT+0100 (CET)*/
/*Generated on:Sat Jan 19 2019 17:36:25 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -19892,6 +19892,7 @@ $(document).ready(function () {
if ($div.length && isShow) {
var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) {
console.log(mutation)
if (mutation.attributeName === "style") {
if ($(mutation.target).css('display') == 'none') {
if (typeof ppppp != 'undefined') {

View File

@@ -10,7 +10,7 @@
<title>LEITSTELLENSPIEL.DE - baue deine eigene Leitstelle, in deiner Stadt!</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="f/Td8pIP7b2HAvglS0FHHlNUndlyXLi3jlkam6Aie2U=" name="csrf-token" />
<meta content="xUtrQYjgKW1mP6t8z2to5gsjAcOE4PF3s7dciY/Nu4k=" name="csrf-token" />
<script src="/assets/application-a789289a71061d030b76a864e1d16075.js" type="text/javascript"></script>

View File

@@ -2452,6 +2452,7 @@ $(document).ready(function () {
if ($div.length && isShow) {
var observer = new MutationObserver(function (mutations) {
mutations.forEach(function (mutation) {
console.log(mutation)
if (mutation.attributeName === "style") {
if ($(mutation.target).css('display') == 'none') {
if (typeof ppppp != 'undefined') {