From 5be70f7673ac954edb07d37688124b464e452c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 25 Nov 2019 15:56:39 +0000 Subject: [PATCH] remove // XXX --- www/common/common-ui-elements.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 64c9c2101..2211fc1b9 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -683,8 +683,6 @@ define([ })); } - // XXX problem with the hardcoded ": " here - // possibly duplicate translation keys if (data.tags && Array.isArray(data.tags)) { $d.append(h('div.cp-app-prop', [Messages.fm_prop_tagsList, h('br'), h('span.cp-app-prop-content', data.tags.join(', '))])); }