finally found reliable repro steps and squashed you like the bug you are. fixed #1280

v1.18.x
psychobunny 11 years ago
parent 591fb41c08
commit b464099cca

@ -571,6 +571,13 @@ var socket,
ajaxify.widgets.render(tpl_url, url);
if (window.history && window.history.replaceState) {
var hash = window.location.hash ? window.location.hash : '';
window.history.replaceState({
url: url + hash
}, url, RELATIVE_PATH + '/' + url + hash);
}
ajaxify.loadScript(tpl_url, function() {
$(window).trigger('action:ajaxify.end', {
url: url

Loading…
Cancel
Save