mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
History panel: hack to show expanded HDA bodies in chrome; pack scripts
This commit is contained in:
@@ -371,7 +371,9 @@ var HDABaseView = BaseView.extend( LoggableMixin ).extend(
|
||||
if( this.expanded ){
|
||||
// only render the body html if it's being shown
|
||||
this._render_body_html( body );
|
||||
body.show();
|
||||
//TODO: switch back when jq -> 1.9
|
||||
//body.show();
|
||||
body.css( 'display', 'block' );
|
||||
}
|
||||
return body;
|
||||
},
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user