This commit is contained in:
barisusakli
2016-03-21 17:49:44 +02:00
parent 041531a2e3
commit f665a1e353
8 changed files with 65 additions and 32 deletions

View File

@@ -34,7 +34,6 @@ 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) {