mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
avoid error on this.input[0] undefined
This commit is contained in:
parent
9415ae1a73
commit
04ad47f021
@ -305,6 +305,7 @@ var et2_file = et2_inputWidget.extend(
|
|||||||
},
|
},
|
||||||
|
|
||||||
getInputNode: function() {
|
getInputNode: function() {
|
||||||
|
if (typeof this.input == 'undefined') return false;
|
||||||
return this.input[0];
|
return this.input[0];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user