forked from I2P_Developers/i2p.i2p
Add tags for librejs compatibility on application/console pages and in embedded javascript
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
/* @license http://www.gnu.org/licenses/gpl-2.0.html GPL-2.0 */
|
||||
|
||||
function initDelete()
|
||||
{
|
||||
var main = document.getElementById("mainsection");
|
||||
@ -21,3 +23,5 @@ function initDelete()
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
initDelete();
|
||||
}, true);
|
||||
|
||||
/* @license-end */
|
||||
|
Reference in New Issue
Block a user