Difference between revisions of "Widget:EnemyMapDropdown"
Jump to navigation
Jump to search
imported>Elaeagnifolia |
>Eave m (forgot to close string...) |
||
| (7 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
const maps = <!--{$maps}-->; | const maps = <!--{$maps}-->; | ||
| − | RLQ.push( function() { | + | RLQ.push(['jquery', function() { |
$(document).ready(function() { | $(document).ready(function() { | ||
initializeMapList(); | initializeMapList(); | ||
}); | }); | ||
| − | }); | + | }]); |
function initializeMapList() { | function initializeMapList() { | ||