This commit is contained in:
Baris Usakli
2017-07-14 17:29:31 -04:00
parent f8bfe79cf4
commit 9dee81b37f

View File

@@ -23,7 +23,7 @@ define('forum/topic', [
Topic.replaceURLTimeout = 0;
}
if (data.url && !data.url.startsWith('topic/')) {
if (!String(data.url).startsWith('topic/')) {
navigator.disable();
components.get('navbar/title').find('span').text('').hide();
app.removeAlert('bookmark');