mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Some bundle import reorg in old-style 'base' templates; we basically always want to load the bundle entrypoints here.
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
## TODO: remove when all libs are required directly in modules
|
||||
'bundled/libs.bundled',
|
||||
'libs/require',
|
||||
'bundled/extended.bundled'
|
||||
)}
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
## TODO: remove when all libs are required directly in modules
|
||||
'bundled/libs.bundled',
|
||||
'libs/require',
|
||||
'bundled/extended.bundled'
|
||||
)}
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
<%def name="javascripts()">
|
||||
${parent.javascripts()}
|
||||
${h.js("bundled/extended.bundled")}
|
||||
</%def>
|
||||
|
||||
<%def name="late_javascripts()">
|
||||
|
||||
Reference in New Issue
Block a user