mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 18:26:15 +01:00
closes #2984
This commit is contained in:
@@ -78,7 +78,7 @@ $(document).ready(function() {
|
||||
|
||||
|
||||
ajaxify.start = function(url, quiet, search) {
|
||||
url = ajaxify.removeRelativePath(url.replace(/\/$/, ''));
|
||||
url = ajaxify.removeRelativePath(url.replace(/^\/|\/$/g, ''));
|
||||
var hash = window.location.hash;
|
||||
search = search || '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user