import/lists/autocompleteFolder
This commit is contained in:
parent
94443ee667
commit
d6f350e5a1
42 changed files with 955 additions and 436 deletions
|
|
@ -188,7 +188,6 @@ oml.ui.findElement = function() {
|
|||
$select.superValue = $select.value;
|
||||
$select.value = function(value) {
|
||||
if (arguments.length == 1) {
|
||||
Ox.print('I AM HERE')
|
||||
$select.options({title: value == 'all' ? 'data' : value});
|
||||
}
|
||||
$select.superValue.apply($select, arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue