Browse Source

Delete movies from manage list

pull/110/head
Ruud 13 years ago
parent
commit
13873358e1
  1. 3
      couchpotato/static/scripts/page/wanted.js

3
couchpotato/static/scripts/page/wanted.js

@ -150,7 +150,7 @@ window.addEvent('domready', function(){
var self = this; var self = this;
self.el = new Element('a.delete', { self.el = new Element('a.delete', {
'title': 'Remove the movie from your wanted list', 'title': 'Remove the movie from this CP list',
'events': { 'events': {
'click': self.showConfirm.bind(self) 'click': self.showConfirm.bind(self)
} }
@ -286,6 +286,7 @@ window.addEvent('domready', function(){
}, },
}) })
,'Delete': MovieActions.Wanted.Delete
}; };
}) })
Loading…
Cancel
Save