forked from extern/egroupware
Hide button when value is cleared
This commit is contained in:
parent
7f5d8cec65
commit
105c79883f
@ -112,7 +112,8 @@ var et2_url = et2_textbox.extend({
|
||||
}
|
||||
else
|
||||
{
|
||||
if(this._button)
|
||||
if(this._button) this._button.hide();
|
||||
if(this._button && this.getSurroundings && this.getSurroundings().deleteDOMNode)
|
||||
{
|
||||
this.getSurroundings().deleteDOMNode(this._button[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user