forked from I2P_Developers/i2p.i2p
Console: Fix delete confirmation on /configplugins
Replace /configclients and /configplugins onclick with js file Remove unsafe CSP on /configclients
This commit is contained in:
@ -62,4 +62,7 @@ function toggleAll(category)
|
||||
}
|
||||
}
|
||||
}
|
||||
window.addEventListener("load", init);
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
init();
|
||||
}, true);
|
||||
|
Reference in New Issue
Block a user