forked from extern/egroupware
Remove warning, not needed
This commit is contained in:
parent
54cf0cbf26
commit
c953c58b17
@ -68,7 +68,6 @@ var et2_image = et2_baseWidget.extend({
|
|||||||
set_src: function(_value) {
|
set_src: function(_value) {
|
||||||
if(!this.isInTree())
|
if(!this.isInTree())
|
||||||
{
|
{
|
||||||
console.warn(this.image[0], " not in tree");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.options.src = _value;
|
this.options.src = _value;
|
||||||
|
Loading…
Reference in New Issue
Block a user