align
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
window.onload = function() {setInterval(msg1,1000);};
|
||||
|
||||
function msg1(){
|
||||
location.hash = '# Happy New Year #';
|
||||
location.hash = '# Happy New Year #';
|
||||
setTimeout(msg2,500);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user