fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9737] Implemented suggested fix by sigurdne


From: Alexander Stevenson
Subject: [Fmsystem-commits] [9737] Implemented suggested fix by sigurdne
Date: Wed, 04 Jul 2012 12:42:08 +0000

Revision: 9737
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9737
Author:   andvare
Date:     2012-07-04 12:42:08 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
Implemented suggested fix by sigurdne

Modified Paths:
--------------
    trunk/booking/js/booking/datatable.js

Modified: trunk/booking/js/booking/datatable.js
===================================================================
--- trunk/booking/js/booking/datatable.js       2012-07-04 12:28:38 UTC (rev 
9736)
+++ trunk/booking/js/booking/datatable.js       2012-07-04 12:42:08 UTC (rev 
9737)
@@ -168,10 +168,10 @@
        
        var initialRequest = History.getBookmarkedState("state") || getState();
        History.register("state", initialRequest, handleHistoryNavigation);
-       History.onReady(function() {
-               var state = YAHOO.util.History.getCurrentState('state');
-               handleHistoryNavigation(state);
-       });
+//     History.onReady(function() {
+//             var state = YAHOO.util.History.getCurrentState('state');
+//             handleHistoryNavigation(state);
+//     });
        History.initialize("yui-history-field", "yui-history-iframe");
 };
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]