Difference between revisions of "Widget:3DModelViewer"
Jump to navigation
Jump to search
imported>Elaeagnifolia |
imported>Elaeagnifolia |
||
| Line 1: | Line 1: | ||
<includeonly><script> | <includeonly><script> | ||
const adventurers = <!--{$adventurers}-->; | const adventurers = <!--{$adventurers}-->; | ||
| + | |||
| + | RLQ.push( function() { | ||
| + | $(document).ready(function() { | ||
| + | initializeAdvList(); | ||
| + | }); | ||
| + | }); | ||
function initializeAdvList() { | function initializeAdvList() { | ||
| Line 28: | Line 34: | ||
function changeModel() { | function changeModel() { | ||
| − | + | ||
} | } | ||
</script> | </script> | ||