use Ox.Log
This commit is contained in:
parent
ecc7b0ba3e
commit
60c54bb7d5
23 changed files with 62 additions and 62 deletions
|
|
@ -70,7 +70,7 @@ pandora.ui.folders = function() {
|
|||
},
|
||||
pandora_listselection: function(data) {
|
||||
/*
|
||||
Ox.print('pandora_listselection', data.value.length)
|
||||
Ox.Log('', 'pandora_listselection', data.value.length)
|
||||
pandora.$ui.personalListsSelect[data.value.length ? 'enableItem' : 'disableItem']('newlistfromselection');
|
||||
*/
|
||||
}
|
||||
|
|
@ -142,7 +142,7 @@ pandora.ui.folders = function() {
|
|||
);
|
||||
} else {
|
||||
listData = pandora.getListData();
|
||||
Ox.print('FEATURED', listData)
|
||||
Ox.Log('', 'FEATURED', listData)
|
||||
if (
|
||||
pandora.$ui.folderList.featured.options('selected').length
|
||||
&& listData.status != 'featured'
|
||||
|
|
@ -243,7 +243,7 @@ pandora.ui.folders = function() {
|
|||
pandora.$ui.folderList[folder.id] = pandora.ui.folderList(folder.id)
|
||||
.bindEventOnce({
|
||||
init: function(data) {
|
||||
Ox.print('init', i, counter)
|
||||
Ox.Log('', 'init', i, counter)
|
||||
if (++counter == 4) {
|
||||
pandora.$ui.folder.forEach(function($folder) {
|
||||
that.append($folder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue