diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index 79f082ce..e007ecfa 100644 --- a/pandora/static/js/pandora.js +++ b/pandora/static/js/pandora.js @@ -2,6 +2,8 @@ $(function(){ //Ox.debug = Ox.print; //Ox.print = function() {}; + Ox.print("--------"); + Ox.theme("modern"); app = new Ox.App({ requestURL: "/api/" @@ -30,8 +32,6 @@ $(function(){ borderBottom: "1px solid rgb(160, 160, 160)" })*/; - Ox.print("-----"); - //FIXME: how to properly overwrite functions without replacing them var super_launch = app.launch; app.launch = function() {