mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
fix help buttons
This commit is contained in:
@@ -34,7 +34,7 @@ Ext.form.Field.prototype.afterRenderExt = Ext.form.Field.prototype.afterRender;
|
||||
Ext.override(Ext.form.Field, {
|
||||
|
||||
afterRender : function() {
|
||||
if ( this.helpText !== null ){
|
||||
if ( this.helpText ){
|
||||
this.renderHelp( this.helpText );
|
||||
}
|
||||
this.afterRenderExt.apply(this, arguments);
|
||||
|
||||
Reference in New Issue
Block a user