v1.18.x
psychobunny 10 years ago
parent 59909894fc
commit 13b4e446bf

@ -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 || '';

Loading…
Cancel
Save