diff --git a/source/Ox.UI/js/Form/Ox.Editable.js b/source/Ox.UI/js/Form/Ox.Editable.js index 9afc2df5..28bbce81 100644 --- a/source/Ox.UI/js/Form/Ox.Editable.js +++ b/source/Ox.UI/js/Form/Ox.Editable.js @@ -203,8 +203,7 @@ Ox.Editable = function(options, self) { self.$input.options({ width: width, height: height - }) - //.show(); + }); self.$input.find(self.options.type).css({ height: height + 'px', width: width + 'px'