remove timeout and logging
This commit is contained in:
parent
c7d9ffc615
commit
6e7a1936dc
2 changed files with 2 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
|
|
@ -618,7 +618,6 @@ Ox.Menu = function(options, self) {
|
|||
} else {
|
||||
that.$container.height(menuHeight);
|
||||
}
|
||||
Ox.print('ltwh????', offset.left, offset.top, width, height)
|
||||
}
|
||||
|
||||
/*@
|
||||
|
|
Loading…
Reference in a new issue