remove debug
This commit is contained in:
parent
ea52722d9f
commit
8b97cd5bd7
1 changed files with 0 additions and 2 deletions
|
@ -132,8 +132,6 @@ pandora.ui.list = function() {
|
||||||
format, info, sortKey = sort[0].key;
|
format, info, sortKey = sort[0].key;
|
||||||
if (['title', 'director', 'random'].indexOf(sortKey) > -1) {
|
if (['title', 'director', 'random'].indexOf(sortKey) > -1) {
|
||||||
info = data['year'] || data['date'] || '';
|
info = data['year'] || data['date'] || '';
|
||||||
window.test = data;
|
|
||||||
console.log('SORT', sortKey, info, data);
|
|
||||||
} else {
|
} else {
|
||||||
format = pandora.getSortKeyData(sortKey).format;
|
format = pandora.getSortKeyData(sortKey).format;
|
||||||
if (Ox.isUndefined(data[sortKey]) || Ox.isNull(data[sortKey])) {
|
if (Ox.isUndefined(data[sortKey]) || Ox.isNull(data[sortKey])) {
|
||||||
|
|
Loading…
Reference in a new issue