mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Silence some warnings, mostly about attributes
This commit is contained in:
@ -137,6 +137,10 @@ function et2_checkType(_val, _type, _attr, _cname)
|
||||
return _val;
|
||||
}
|
||||
|
||||
// Handle some less common possibilities
|
||||
// Maybe a split on an empty string
|
||||
if(typeof _val == "object" && jQuery.isEmptyObject(_val)) return "";
|
||||
|
||||
return _err();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user