From ba3f67538eeb05fdf0c0f9dc9c61dafb62c756f7 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 4 May 2012 12:38:58 +0200 Subject: [PATCH] Change files icon to directory. closes #183 --- couchpotato/static/scripts/page/wanted.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index ef7ddc88..b5a82cfe 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -243,7 +243,7 @@ window.addEvent('domready', function(){ create: function(){ var self = this; - self.el = new Element('a.files', { + self.el = new Element('a.directory', { 'title': 'Available files', 'events': { 'click': self.showFiles.bind(self)