diff --git a/etemplate/js/et2_core_common.js b/etemplate/js/et2_core_common.js index 689558c5f0..b3e4644c8d 100644 --- a/etemplate/js/et2_core_common.js +++ b/etemplate/js/et2_core_common.js @@ -230,7 +230,7 @@ function et2_checkType(_val, _type, _attr, _widget) // Javascript if (_type == "js") { - if (typeof _val == "function") + if (typeof _val == "function" || typeof _val == "undefined") { return _val; }