fixed issue where back button stopped ajaxifying internally.

v1.18.x
Julian Lam 11 years ago
parent 459d5ddccd
commit ab85ef6b7b

@ -118,6 +118,7 @@ var ajaxify = {};
app.processPage();
jQuery('#content, #footer').stop(true, true).removeClass('ajaxifying');
ajaxify.initialLoad = false;
if (window.location.hash) {
hash = window.location.hash;

Loading…
Cancel
Save