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)