diff --git a/static/js/pandora.api.js b/static/js/pandora.api.js index 7f914c2..93b2ae6 100755 --- a/static/js/pandora.api.js +++ b/static/js/pandora.api.js @@ -93,81 +93,3 @@ function constructList() { } }); } - -/* - .bindEvent({ - load: function(event, data) { - app.$ui.total.html(app.constructStatus('total', data)); - data = []; - $.each(app.config.totals, function(i, v) { - data[v.id] = 0; - }); - app.$ui.selected.html(app.constructStatus('selected', data)); - }, - open: function(event, data) { - //alert(data.toSource()); - var $iframe = $('