From e29e105bb04e0e77df0bce3a54e17208c4391b42 Mon Sep 17 00:00:00 2001 From: ClemDee Date: Mon, 12 Aug 2019 10:50:12 +0200 Subject: [PATCH] Add comment to get the code more friendly --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index f4551c4ef..f338be075 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2860,6 +2860,7 @@ define([ }, Messages.pad_mediatagImport)) ]) ]); + // create the icon for each contextmenu option $(menu).find("li a.dropdown-item").each(function (i, el) { var $icon = $(""); if ($(el).attr('data-icon')) {