This commit is contained in:
Eric
2019-06-13 11:55:10 +02:00
parent b6418d95e7
commit b0414748cb

View File

@@ -294,7 +294,7 @@ $(function()
}
return oWidget;
},
_get_value_for_post(value)
_get_value_for_post: function(value)
{
if ((typeof value == "object") && (Object.keys(value).length === 0))
{