forked from I2P_Developers/i2p.i2p
Console: Rename all the js init() functions
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
function init()
|
||||
function initDelete()
|
||||
{
|
||||
var buttons = document.getElementsByClassName("delete1");
|
||||
for(index = 0; index < buttons.length; index++)
|
||||
@ -35,5 +35,5 @@ function addClickHandler2(elem)
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
init();
|
||||
initDelete();
|
||||
}, true);
|
||||
|
Reference in New Issue
Block a user