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