forked from I2P_Developers/i2p.i2p
Console: Fix headers on /debug
JS: Update license headers patch from idk
This commit is contained in:
@@ -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;} );
|
||||
|
@@ -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");
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user