From ab85ef6b7b310ce573ed8bbed4ff3078d46a9c9e Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 24 Jan 2014 12:29:11 -0500 Subject: [PATCH] fixed issue where back button stopped ajaxifying internally. --- public/src/ajaxify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index 2f180dde73..1e53f9a4e8 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -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;