mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
If legacy option is '', it's not set - use default
This commit is contained in:
parent
ae6809e91e
commit
f4fe3951c6
@ -486,6 +486,10 @@ var et2_widget = Class.extend({
|
|||||||
if(typeof _target[_proto.legacyOptions[j]] === "undefined")
|
if(typeof _target[_proto.legacyOptions[j]] === "undefined")
|
||||||
{
|
{
|
||||||
attrValue = splitted[j];
|
attrValue = splitted[j];
|
||||||
|
|
||||||
|
// Blank = not set
|
||||||
|
if(attrValue == "") continue;
|
||||||
|
|
||||||
var attr = _proto.attributes[_proto.legacyOptions[j]];
|
var attr = _proto.attributes[_proto.legacyOptions[j]];
|
||||||
|
|
||||||
// If the attribute is marked as boolean, parse the
|
// If the attribute is marked as boolean, parse the
|
||||||
|
Loading…
Reference in New Issue
Block a user