smalltalk
/
osmo-st-all
Archived
1
0
Fork 0
This commit is contained in:
Nicolas Petton 2009-08-21 05:10:21 +00:00
parent 856815e5d5
commit f3ba9e8212
1 changed files with 1 additions and 1 deletions

View File

@ -232,6 +232,6 @@ var iliad = function() {
jQuery(document).ready(function() {
setInterval("iliad.checkHashChange()", 200);
setInterval(iliad.checkHashChange, 200);
});