From 08720e8080be002f8b784beea8b3823a7e55830b Mon Sep 17 00:00:00 2001 From: JAGFx Date: Sun, 4 Oct 2020 18:25:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20#35=20first=20attempt=20to=20cor?= =?UTF-8?q?rect=20the=20memory=20leak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/App.vue | 119 ++- src/components/Elements/Dashboard.vue | 34 +- src/components/Mixins/AppDashMixins.vue | 793 +++++++++--------- src/components/Mixins/AppSkinsMixins.vue | 76 +- src/components/Zone/Game/Game.vue | 6 +- .../components/Mixins/JagfxConfigMixins.vue | 155 ++-- 7 files changed, 597 insertions(+), 588 deletions(-) diff --git a/public/index.html b/public/index.html index 7843e861..84e639fc 100644 --- a/public/index.html +++ b/public/index.html @@ -21,7 +21,7 @@ var noSleep = new NoSleep(); $( 'html' ).on( 'click', '#overlay', function () { - console.log( 'Plop' ); + //console.log( 'Plop' ); var elem = document.querySelector( 'html' ); /* View in fullscreen */ diff --git a/src/App.vue b/src/App.vue index 4ed4502d..116fda96 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,30 +1,30 @@