remove debug
This commit is contained in:
parent
00c286b3d3
commit
31b25e5e7d
8 changed files with 1 additions and 26 deletions
|
|
@ -50,7 +50,6 @@ oml.ui.list = function() {
|
|||
}
|
||||
},
|
||||
init: function(data) {
|
||||
Ox.print('MAIN LIST INIT', data);
|
||||
if (ui.find.conditions.length == 0 || (
|
||||
ui.find.conditions.length == 1
|
||||
&& ui.find.conditions[0].key == 'list'
|
||||
|
|
@ -114,7 +113,6 @@ oml.ui.list = function() {
|
|||
},
|
||||
oml_find: function() {
|
||||
if (ui.listView == oml.UI.getPrevious().listView) {
|
||||
Ox.print('NEW FIND, SAME LIST VIEW, RELOADING')
|
||||
that.reloadList();
|
||||
}
|
||||
},
|
||||
|
|
@ -132,8 +130,6 @@ oml.ui.list = function() {
|
|||
},
|
||||
oml_listsort: function(data) {
|
||||
if (ui._list == oml.UI.getPrevious()._list) {
|
||||
Ox.print('NEW LIST SORT, SAME LIST, SETTING SORT OPTION')
|
||||
Ox.print('OLD:', that.options('sort'), 'NEW:', data.value);
|
||||
that.options({sort: data.value});
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue