lint compliance

This commit is contained in:
ansuz 2022-04-28 15:07:58 +05:30
parent 9b6871d710
commit 502d3b91a8
1 changed files with 1 additions and 1 deletions

View File

@ -2015,7 +2015,7 @@ define([
$userbig.append($('<span>', {'class': 'account-name'}).text(accountName));
}*/
options.forEach(function (option, i) {
options.forEach(function (option) {
var f = option.action;
if (!f) { return; }
option.action = function () {