mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closes #5830
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user