Ménage, lint.
authorBenoît Pin <pin@cri.ensmp.fr>
Tue, 14 Apr 2015 07:47:07 +0000 (09:47 +0200)
committerBenoît Pin <pin@cri.ensmp.fr>
Tue, 14 Apr 2015 07:47:07 +0000 (09:47 +0200)
Products/Plinn/skins/ajax_scripts/root_handlers.js

index 47ac1d7..26c3769 100644 (file)
@@ -75,7 +75,7 @@ AjaxLinkHandler.prototype.loadUrl = function(url, noPush) {
                return;
        }
        if (!noPush)
-           history.pushState(rawUrl, '', rawUrl)
+           history.pushState(rawUrl, '', rawUrl);
 };
 
 function ajaxSubmitFormHandler(evt) {
@@ -102,6 +102,5 @@ function _addRootHandlers() {
        }
 }
 
-registerStartupFunction(_addRootHandlers);
-
+addListener(window, 'load', _addRootHandlers);
 })();
\ No newline at end of file