mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 15:35:47 +01:00
moved refreshTitle into load_template callback
This commit is contained in:
@@ -77,10 +77,10 @@ var ajaxify = {};
|
||||
app.scrollToPost(hash.substr(1));
|
||||
});
|
||||
|
||||
}, url, template);
|
||||
|
||||
utils.refreshTitle(url);
|
||||
|
||||
}, url, template);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user