diff --git a/static/js/pandora/infoView.padma.js b/static/js/pandora/infoView.padma.js index 8220da9d..3b7186cf 100644 --- a/static/js/pandora/infoView.padma.js +++ b/static/js/pandora/infoView.padma.js @@ -459,7 +459,7 @@ pandora.ui.infoView = function(data) { .css({marginBottom: '4px'}) .append(formatKey(key, true)) .append( - $('
').html(Ox.formatDate(data[key], '%F %T')) + $('
').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 dc5c138a..1274548c 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 82fc13f0..a3f11de1 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();