mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fixed issue where back button stopped ajaxifying internally.
This commit is contained in:
@@ -118,6 +118,7 @@ var ajaxify = {};
|
|||||||
app.processPage();
|
app.processPage();
|
||||||
|
|
||||||
jQuery('#content, #footer').stop(true, true).removeClass('ajaxifying');
|
jQuery('#content, #footer').stop(true, true).removeClass('ajaxifying');
|
||||||
|
ajaxify.initialLoad = false;
|
||||||
|
|
||||||
if (window.location.hash) {
|
if (window.location.hash) {
|
||||||
hash = window.location.hash;
|
hash = window.location.hash;
|
||||||
|
|||||||
Reference in New Issue
Block a user