mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Fixes for dictify to to_dict change.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
var hda = ${h.to_json_string( trans.security.encode_dict_ids( hda.dictify() ) )},
|
||||
var hda = ${h.to_json_string( trans.security.encode_dict_ids( hda.to_dict() ) )},
|
||||
querySettings = ${h.to_json_string( query_args )},
|
||||
chartConfig = _.extend( querySettings, {
|
||||
containerSelector : '#chart',
|
||||
|
||||
Reference in New Issue
Block a user