mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
topics.isFollowing works with multiple tids now
This commit is contained in:
@@ -539,7 +539,8 @@ app.uid = null;
|
||||
ajaxify.widgets.render(tpl_url, url, function() {
|
||||
app.processPage();
|
||||
$window.trigger('action:ajaxify.end', {
|
||||
url: url
|
||||
url: url,
|
||||
tpl_url: tpl_url
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user