diff --git a/source/UI/js/Form/FormElementGroup.js b/source/UI/js/Form/FormElementGroup.js index a6fbaa2f..5f9c0eaf 100644 --- a/source/UI/js/Form/FormElementGroup.js +++ b/source/UI/js/Form/FormElementGroup.js @@ -125,7 +125,7 @@ Ox.FormElementGroup = function(options, self) { : values; } else { return that.options({value: arguments[0]}); - return that; + //return that; } }; diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 3708a913..0d079e63 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -781,9 +781,11 @@ Ox.Input = function(options, self) { function deselectMenu() { return; //Ox.Log('Form', 'deselectMenu') + /* self.options.value = self.oldValue; self.$input.val(self.options.value); cursor(self.oldCursor); + */ } function focus() {