Difference between revisions of "Widget:EnemyMapDropdown"

From Dragalia Lost Wiki
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(adv);
+
    mapList.push(map);
 
}
 
}
 
_populateSelectBox(mapSelect, mapList);
 
_populateSelectBox(mapSelect, mapList);

Revision as of 12:27, 20 December 2018