From 502d3b91a8d87a28137d77b732c87155ee1bcf4d Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 28 Apr 2022 15:07:58 +0530 Subject: [PATCH] lint compliance --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 0383d2b81..944212896 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2015,7 +2015,7 @@ define([ $userbig.append($('', {'class': 'account-name'}).text(accountName)); }*/ - options.forEach(function (option, i) { + options.forEach(function (option) { var f = option.action; if (!f) { return; } option.action = function () {