From 2345febb2835be4575e5dc4c1385e3eb97ae2ea5 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Jan 2012 23:39:06 +0100 Subject: [PATCH] ALL styling in manage page --- couchpotato/core/plugins/movie/static/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/list.js b/couchpotato/core/plugins/movie/static/list.js index 68396def..720b8ae0 100644 --- a/couchpotato/core/plugins/movie/static/list.js +++ b/couchpotato/core/plugins/movie/static/list.js @@ -114,7 +114,7 @@ var MovieList = new Class({ ).inject(self.el, 'top'); // All - self.letters['all'] = new Element('li.letter_all.active', { + self.letters['all'] = new Element('li.letter_all.available.active', { 'text': 'ALL', }).inject(self.alpha);