This commit is contained in:
psychobunny
2015-04-10 12:40:05 -04:00
parent 59909894fc
commit 13b4e446bf

View File

@@ -78,7 +78,7 @@ $(document).ready(function() {
ajaxify.start = function(url, quiet, search) { ajaxify.start = function(url, quiet, search) {
url = ajaxify.removeRelativePath(url.replace(/\/$/, '')); url = ajaxify.removeRelativePath(url.replace(/^\/|\/$/g, ''));
var hash = window.location.hash; var hash = window.location.hash;
search = search || ''; search = search || '';