').html(Ox.formatDate(data[key], '%B %e, %Y'))
)
.appendTo($right);
});
diff --git a/static/js/pandora/list.js b/static/js/pandora/list.js
index dc5c138a8..1274548c2 100644
--- a/static/js/pandora/list.js
+++ b/static/js/pandora/list.js
@@ -7,15 +7,6 @@ pandora.ui.list = function() {
preview = false;
if (view == 'list') {
- /*
- keys = Ox.unique(Ox.merge(
- $.map(pandora.user.ui.lists[pandora.user.ui.list].columns, function(id) {
- return Ox.getObjectById(pandora.site.sortKeys, id);
- }),
- pandora.site.sortKeys
- ));
- Ox.Log('', '$$$$', keys)
- */
that = Ox.TextList({
columns: Ox.merge([{
align: 'center',
@@ -365,14 +356,6 @@ pandora.ui.list = function() {
that = pandora.ui.clipPlayer();
} else if (['map', 'calendar'].indexOf(view) > -1) {
that = pandora.ui.navigationView(view);
- } else {
- // fixme: ???
- $list = Ox.Element('
')
- .css({
- width: '100px',
- height: '100px',
- background: 'red'
- });
}
if (['list', 'grid', 'clips', 'timelines'].indexOf(view) > -1) {
diff --git a/static/js/pandora/mainPanel.js b/static/js/pandora/mainPanel.js
index 82fc13f0f..a3f11de1f 100644
--- a/static/js/pandora/mainPanel.js
+++ b/static/js/pandora/mainPanel.js
@@ -29,7 +29,6 @@ pandora.ui.mainPanel = function() {
);
} else {
if (['clips', 'clip'].indexOf(pandora.user.ui.listView) > -1) {
- Ox.print('HELLO????', pandora.user.ui.itemFind)
pandora.$ui.list.options({find: pandora.user.ui.itemFind});
}
pandora.$ui.list.reloadList();