From ce25e8a9ad97984e2af882fdb8c57939a80c4b7c Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 16 Apr 2012 00:07:51 +0200 Subject: [PATCH] Cleanup --- couchpotato/static/scripts/page/manage.js | 1 - couchpotato/static/style/main.css | 1 - 2 files changed, 2 deletions(-) diff --git a/couchpotato/static/scripts/page/manage.js b/couchpotato/static/scripts/page/manage.js index 74dba986..0385ee0f 100644 --- a/couchpotato/static/scripts/page/manage.js +++ b/couchpotato/static/scripts/page/manage.js @@ -38,7 +38,6 @@ Page.Manage = new Class({ refresh: function(full){ var self = this; - p(full) Api.request('manage.update', { 'data': { diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index a128ee32..55246c7d 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -13,7 +13,6 @@ body { background: #4e5969; overflow-y: scroll; height: 100%; - text-align: justify; } body.noscroll { overflow: hidden; }