From 991d75fa6cb2f7414cf93084346ffdf32508914f Mon Sep 17 00:00:00 2001 From: Nala Ginrut Date: Sat, 19 Oct 2019 11:15:59 +0800 Subject: [PATCH] Disable strict mode --- pub/js/dashboard.js | 1 - pub/js/editor.js | 1 - 2 files changed, 2 deletions(-) diff --git a/pub/js/dashboard.js b/pub/js/dashboard.js index 7598d20..9dec090 100644 --- a/pub/js/dashboard.js +++ b/pub/js/dashboard.js @@ -22,7 +22,6 @@ @licend The above is the entire license notice for the JavaScript code in this page. */ -"use strict"; window.addEventListener('touchstart', {}); // in top window window.addEventListener('touchmove', {}); // in top window diff --git a/pub/js/editor.js b/pub/js/editor.js index 3c4222a..f3de688 100644 --- a/pub/js/editor.js +++ b/pub/js/editor.js @@ -22,7 +22,6 @@ @licend The above is the entire license notice for the JavaScript code in this page. */ -"use strict"; var children_nodes; var quill; var url_name; -- GitLab