v1.18.x
Julian Lam 9 years ago
parent 9d0f53fcd6
commit c2b428cc95

@ -96,7 +96,9 @@ $(document).ready(function() {
app.previousUrl = window.location.href;
}
ajaxify.currentPage = url;
var location = document.createElement('a');
location.href = url;
ajaxify.currentPage = location.pathname;
if (window.history && window.history.pushState) {
window.history[!quiet ? 'pushState' : 'replaceState']({

Loading…
Cancel
Save