Console: Fix headers on /debug

JS: Update license headers
patch from idk
This commit is contained in:
zzz
2020-12-01 14:36:50 +00:00
parent 5551deb246
commit 7dcbbf17c3
9 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
/* see also licenses/LICENSE-GPLv2.txt */
let beforePopup = true;
window.addEventListener('beforeunload', (e)=>{if (beforePopup) e.returnValue=true;} );

View File

@@ -1,4 +1,5 @@
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
/* see also licenses/LICENSE-GPLv2.txt */
function initButtons() {
var buttons = document.getElementsByClassName("delete1");

View File

@@ -1,4 +1,5 @@
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
/* see also licenses/LICENSE-GPLv2.txt */
function initNotifications() {
var buttons = document.getElementsByClassName("notifications");