History panel: hack to show expanded HDA bodies in chrome; pack scripts

This commit is contained in:
Carl Eberhard
2013-04-10 11:30:37 -04:00
parent 4ce073f25a
commit 73a4e9ded6
4 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -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