linterna-magica-commit
[Top][All Lists]
Advanced

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

[linterna-magica-commit] [393] Fix glitches with page reloading caused b


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [393] Fix glitches with page reloading caused by the history command.
Date: Sun, 17 Feb 2013 11:21:14 +0000

Revision: 393
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=393
Author:   valkov
Date:     2013-02-17 11:21:14 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Fix glitches with page reloading caused by the history command.

Modified Paths:
--------------
    trunk/src/lm_jsonp_requests.js

Modified: trunk/src/lm_jsonp_requests.js
===================================================================
--- trunk/src/lm_jsonp_requests.js      2013-02-17 11:15:10 UTC (rev 392)
+++ trunk/src/lm_jsonp_requests.js      2013-02-17 11:21:14 UTC (rev 393)
@@ -151,8 +151,7 @@
            window.location.toString().split("&linterna_magica");
 
        // Clear our data from the address field
-       // window.location = jsonp_data[0]+jsonp_data[jsonp_data.length-1];
-       history.go(-1);
+       window.location = jsonp_data[0]+jsonp_data[jsonp_data.length-1];
        
        // Cleanup the checker object/frame
        var o = document.getElementById(data.frame_id);




reply via email to

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