mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
closes #698
This commit is contained in:
@@ -48,6 +48,10 @@ var ajaxify = {};
|
|||||||
window.onscroll = null;
|
window.onscroll = null;
|
||||||
// end
|
// end
|
||||||
|
|
||||||
|
if ($('#content').hasClass('ajaxifying')) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
// Remove trailing slash
|
// Remove trailing slash
|
||||||
url = url.replace(/\/$/, "");
|
url = url.replace(/\/$/, "");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user