From 7249a819fe7ace1d8129882ff106f259cea12d71 Mon Sep 17 00:00:00 2001 From: Rolux Date: Mon, 5 Jul 2010 14:15:03 +0200 Subject: [PATCH] debugging... --- pandora/static/js/pandora.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {