mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
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…
x
Reference in New Issue
Block a user