Difference between revisions of "Widget:EnemyMapDropdown"
Jump to navigation
Jump to search
imported>Elaeagnifolia (Created page with "<includeonly><script> const maps = <!--{$maps}-->; RLQ.push( function() { $(document).ready(function() { initializeMapList(); }); }); function initializeMapList() { if...") |
imported>Elaeagnifolia |
||
| Line 17: | Line 17: | ||
for (const map of maps) { | for (const map of maps) { | ||
| − | mapList.push( | + | mapList.push(map); |
} | } | ||
_populateSelectBox(mapSelect, mapList); | _populateSelectBox(mapSelect, mapList); | ||