forked from 0x2620/pandora
remove print statements
This commit is contained in:
parent
7ada9edc8e
commit
3e466bc1e0
1 changed files with 0 additions and 3 deletions
|
@ -89,14 +89,11 @@ pandora.UI = (function() {
|
||||||
listView = add.listView || args.listView;
|
listView = add.listView || args.listView;
|
||||||
|
|
||||||
if (listView) {
|
if (listView) {
|
||||||
Ox.print('XXX')
|
|
||||||
if (pandora.isClipView(listView)) {
|
if (pandora.isClipView(listView)) {
|
||||||
Ox.print('YYY')
|
|
||||||
// when switching to a clip view, clear list selection
|
// when switching to a clip view, clear list selection
|
||||||
// (but don't trigger an additional event)
|
// (but don't trigger an additional event)
|
||||||
add.listSelection = [];
|
add.listSelection = [];
|
||||||
} else if (['text', 'position'].indexOf(pandora.user.ui.listSort[0].key) > -1) {
|
} else if (['text', 'position'].indexOf(pandora.user.ui.listSort[0].key) > -1) {
|
||||||
Ox.print('ZZZ')
|
|
||||||
// when switchin to a non-clip view, with a sort key that
|
// when switchin to a non-clip view, with a sort key that
|
||||||
// only exists in clip view, reset sort to default
|
// only exists in clip view, reset sort to default
|
||||||
args.listSort = pandora.site.user.ui.listSort;
|
args.listSort = pandora.site.user.ui.listSort;
|
||||||
|
|
Loading…
Reference in a new issue