remove timeout and logging

This commit is contained in:
rolux 2014-12-17 15:43:43 +00:00
parent c7d9ffc615
commit 6e7a1936dc
2 changed files with 2 additions and 5 deletions

View file

@ -488,8 +488,7 @@ Ox.Input = function(options, self) {
selected: selected
}).showMenu();
if (self.options.autocompleteSelectUpdate) {
Ox.print('A????')
setTimeout(self.$autocompleteMenu.updatePosition, 250);
self.$autocompleteMenu.updatePosition();
}
} else {
self.$autocompleteMenu
@ -870,8 +869,7 @@ Ox.Input = function(options, self) {
change: {value: self.options.value}
});
if (self.options.autocompleteSelectUpdate) {
Ox.print('B????')
setTimeout(self.$autocompleteMenu.updatePosition, 250);
self.$autocompleteMenu.updatePosition();
}
//}
}

View file

@ -618,7 +618,6 @@ Ox.Menu = function(options, self) {
} else {
that.$container.height(menuHeight);
}
Ox.print('ltwh????', offset.left, offset.top, width, height)
}
/*@