This commit is contained in:
psychobunny
2016-02-25 14:05:48 -05:00
parent 8bc80abde6
commit 9e832e006a
13 changed files with 184 additions and 4 deletions

View File

@@ -33,6 +33,8 @@ define('forum/topic/postTools', ['share', 'navigator', 'components', 'translator
return app.alertError(err);
}
data.posts.display_move_tools = data.posts.display_move_tools && index !== 0;
data.postSharing = data.postSharing.filter(function(share) { return share.activated === true; });
templates.parse('partials/topic/post-menu-list', data, function(html) {
translator.translate(html, function(html) {
dropdownMenu.html(html);