mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Use bundle entrypoint for legacy grid_base
This commit is contained in:
@@ -64,10 +64,8 @@
|
||||
|
||||
## load javascript
|
||||
<script type="text/javascript">
|
||||
require(['legacy/grid/grid-view'], function(GridView) {
|
||||
$(function() {
|
||||
var gridView = new GridView.default( ${ h.dumps( self.get_grid_config( embedded=embedded, insert=insert ) ) } );
|
||||
});
|
||||
$(function() {
|
||||
var gridView = new window.bundleEntries.LegacyGridView( ${ h.dumps( self.get_grid_config( embedded=embedded, insert=insert ) ) } );
|
||||
});
|
||||
</script>
|
||||
</%def>
|
||||
|
||||
Reference in New Issue
Block a user