diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index f335e5c5f..4147116e7 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) {