diff options
Diffstat (limited to 'data/lib/otherButtons.js')
-rw-r--r-- | data/lib/otherButtons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index ab8ec35..0e7b408 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -78,7 +78,7 @@ function addingEmbelishments(list) { var maintCCAddr = ""; if (constantData.CCmaintainer) { maintCCAddr = filterByRegexp(constantData.CCmaintainer, - getComponent())[0]; // filterByRegexp returns array, not string + getComponent()); // filterByRegexp returns string, not array, now } // we should make visible whether maintCCAddr is in CCList |