diff --git a/source/Ox.UI/js/Form/Ox.Button.js b/source/Ox.UI/js/Form/Ox.Button.js index c0d0bf11..30add1fb 100644 --- a/source/Ox.UI/js/Form/Ox.Button.js +++ b/source/Ox.UI/js/Form/Ox.Button.js @@ -88,7 +88,7 @@ Ox.Button = function(options, self) { if (Ox.isArray(options.tooltip)) { self.options.tooltip = options.tooltip; - Ox.print('TOOLTIP', self.options.tooltip); + //Ox.print('TOOLTIP', self.options.tooltip); that.$tooltip.options({ title: self.options.tooltip[self.value] }); @@ -145,7 +145,7 @@ Ox.Button = function(options, self) { that.toggle = function() { if (self.options.values.length) { self.value = 1 - Ox.getPositionById(self.options.values, self.options.value); - Ox.print('S:O:', self.options, self.value) + //Ox.print('S:O:', self.options, self.value) self.options.title = self.options.values[self.value].title; self.options.value = self.options.values[self.value].id; setTitle();