This commit is contained in:
barisusakli
2015-10-19 11:28:18 -04:00
parent 53d29e29af
commit 6b1834d4ae
3 changed files with 13 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ define('forum/topic', [
$(window).on('action:ajaxify.start', function(ev, data) {
if (ajaxify.currentPage !== data.url) {
navigator.hide();
navigator.disable();
components.get('navbar/title').find('span').text('').hide();
app.removeAlert('bookmark');
@@ -216,7 +216,7 @@ define('forum/topic', [
if (!config.usePagination) {
infinitescroll.init($('[component="topic"]'), posts.loadMorePosts);
} else {
navigator.hide();
navigator.disable();
}
}