topics.isFollowing works with multiple tids now

This commit is contained in:
barisusakli
2015-01-12 16:57:18 -05:00
parent f417e07b9d
commit 08c1dad3ee
6 changed files with 20 additions and 12 deletions

View File

@@ -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
});
});
});