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; }