v1.18.x
barisusakli 10 years ago
parent 4baeda7c09
commit aae393ebe1

@ -18,6 +18,11 @@ define('forum/topic', [
currentUrl = '';
$(window).on('action:ajaxify.start', function(ev, data) {
if (Topic.replaceURLTimeout) {
clearTimeout(Topic.replaceURLTimeout);
Topic.replaceURLTimeout = 0;
}
if (ajaxify.currentPage !== data.url) {
navigator.disable();
components.get('navbar/title').find('span').text('').hide();

Loading…
Cancel
Save