Skip to content

Commit

Permalink
MINOR Fixed var names in LeftAndMain.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Mar 30, 2012
1 parent e6aa9ae commit 83adffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/javascript/LeftAndMain.js
Expand Up @@ -253,7 +253,7 @@ jQuery.noConflict();
// Simulates a redirect on an ajax response - just exchange the URL without re-requesting it
if(window.History.enabled) {
var url = xhr.getResponseHeader('X-ControllerURL');
if(url) window.history.replaceState({}, '', url);
if(url) window.History.replaceState({}, '', url);
}

self.trigger('afterstatechange', {data: data, status: status, xhr: xhr, element: newContentEl});
Expand Down

0 comments on commit 83adffd

Please sign in to comment.