reduced hightlight duration by 2 seconds

This commit is contained in:
barisusakli
2014-07-23 14:33:31 -04:00
parent 485f14ef7f
commit e961e3c552

View File

@@ -191,7 +191,7 @@ define('navigator', ['forum/topic/pagination'], function(pagination) {
scrollTo.parent().find('.topic-item').addClass('highlight');
setTimeout(function() {
scrollTo.parent().find('.topic-item').removeClass('highlight');
}, 5000);
}, 3000);
}
}