forked from I2P_Developers/i2p.i2p
6 lines
132 B
JavaScript
6 lines
132 B
JavaScript
|
// onbeforeunload() is in the servlet because it has a translated string
|
||
|
|
||
|
function cancelPopup() {
|
||
|
window.onbeforeunload = null;
|
||
|
}
|