fixed issue where back button stopped ajaxifying internally.

This commit is contained in:
Julian Lam
2014-01-24 12:29:11 -05:00
parent 459d5ddccd
commit ab85ef6b7b

View File

@@ -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;