Fixed Comments

This commit is contained in:
TheEmeraldStarr 2020-10-07 19:08:49 -07:00 committed by GitHub
parent fed3aa8af7
commit b79b4176fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
//NU Load //AL Load
function al() { function al() {
$('url').focus(); $('url').focus();
} }
@ -7,4 +7,4 @@ function on() {
window.onbeforeunload = function() { window.onbeforeunload = function() {
return true; return true;
}; };
} }