added showpage call to support older FF
authorec2-user <ec2-user@fcdev4.finalsclub.org>
Sun, 13 Nov 2011 23:47:10 +0000 (23:47 +0000)
committerec2-user <ec2-user@fcdev4.finalsclub.org>
Sun, 13 Nov 2011 23:47:10 +0000 (23:47 +0000)
public/javascripts/main.js

index 5488477db502a8842174ff1eb4c8029c0c86c800..3671e68fd4f1c60d226b19f8a69e38b56e399b66 100644 (file)
@@ -318,6 +318,8 @@ $(document).ready(function() {
 
        window.onpopstate = goBack
 
+       showPage( 0 );          // needed for some older browsers, redundant for chrome
+
 })