fix check

This commit is contained in:
barisusakli
2015-03-06 19:05:51 -05:00
parent 2a8437f08f
commit c15a289d2a
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ define('forum/topic', [
currentUrl = '';
$(window).on('action:ajaxify.start', function(ev, data) {
if (ajaxify.currentPage !=== data.url) {
if (ajaxify.currentPage !== data.url) {
navigator.hide();
$('.header-topic-title').find('span').text('').hide();
app.removeAlert('bookmark');