From 13873358e10d17db2dbb2817bbb5ea42c7ea965d Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 10 Apr 2012 23:49:17 +0200 Subject: [PATCH] Delete movies from manage list --- couchpotato/static/scripts/page/wanted.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/couchpotato/static/scripts/page/wanted.js b/couchpotato/static/scripts/page/wanted.js index 8d1dd93..9595851 100644 --- a/couchpotato/static/scripts/page/wanted.js +++ b/couchpotato/static/scripts/page/wanted.js @@ -150,7 +150,7 @@ window.addEvent('domready', function(){ var self = this; self.el = new Element('a.delete', { - 'title': 'Remove the movie from your wanted list', + 'title': 'Remove the movie from this CP list', 'events': { 'click': self.showConfirm.bind(self) } @@ -286,6 +286,7 @@ window.addEvent('domready', function(){ }, }) + ,'Delete': MovieActions.Wanted.Delete }; }) \ No newline at end of file