diff --git a/javascript/LeftAndMain.js b/javascript/LeftAndMain.js index 4aa51564..6a81fc5e 100644 --- a/javascript/LeftAndMain.js +++ b/javascript/LeftAndMain.js @@ -298,7 +298,7 @@ Behaviour.register({ '#MainMenu li' : { onclick : function(event) { - return LeftAndMain_window_unload(); // Confirm if there are unsaved changes + LeftAndMain_window_unload(); // Confirm if there are unsaved changes window.location.href = this.getElementsByTagName('a')[0].href; Event.stop(event); }