This commit is contained in:
barisusakli
2016-08-25 10:30:46 +03:00
parent 6516b70f9a
commit 9eb64aa3fa
2 changed files with 19 additions and 25 deletions

View File

@@ -216,11 +216,7 @@ $(document).ready(function() {
return url;
};
ajaxify.refresh = function(e, callback) {
if (e && e instanceof jQuery.Event) {
e.preventDefault();
}
ajaxify.refresh = function(callback) {
ajaxify.go(ajaxify.currentPage + window.location.search + window.location.hash, callback, true);
};