missing semicolon

This commit is contained in:
Julian Lam
2015-03-17 12:02:33 -04:00
parent 9fc97ce92d
commit 406126536a

View File

@@ -69,7 +69,7 @@ $(document).ready(function() {
return true;
}
return false;
}
};
ajaxify.start = function(url, quiet, search) {
url = ajaxify.removeRelativePath(url.replace(/\/$/, ''));