From 010d44ebef57aebd03567b0cdc1d3470b44c1e6b Mon Sep 17 00:00:00 2001 From: Rolux Date: Mon, 5 Jul 2010 14:31:13 +0200 Subject: [PATCH] debugging... --- pandora/static/js/pandora.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index f335e5c5..4147116e 100644 --- a/pandora/static/js/pandora.js +++ b/pandora/static/js/pandora.js @@ -337,6 +337,8 @@ $(function(){ 'padding-top': '48px', }); + Ox.print(-1); + var submit = function() { app.request('login', loginForm.values(), function(result) { if(result.status.code == 200) {