remove print statements
This commit is contained in:
parent
0a382be9bc
commit
99af6a00b9
2 changed files with 0 additions and 2 deletions
|
@ -359,7 +359,6 @@ oml.ui.folders = function() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
Ox.print('got change event')
|
|
||||||
Ox.Request.clearCache();
|
Ox.Request.clearCache();
|
||||||
},
|
},
|
||||||
editlist: function(data) {
|
editlist: function(data) {
|
||||||
|
|
|
@ -140,7 +140,6 @@ oml.ui.peersPanel = function() {
|
||||||
.css({height: '16px'})
|
.css({height: '16px'})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
select: function(data) {
|
select: function(data) {
|
||||||
Ox.print('SELECT:', data)
|
|
||||||
if (data.ids.length) {
|
if (data.ids.length) {
|
||||||
selectItem($list);
|
selectItem($list);
|
||||||
renderUser({section: data.ids[0]});
|
renderUser({section: data.ids[0]});
|
||||||
|
|
Loading…
Reference in a new issue