Browse Source

Don't propagation when clicking action

pull/5180/head
Ruud 10 years ago
parent
commit
76e604f647
  1. 2
      couchpotato/core/media/movie/_base/static/movie.js

2
couchpotato/core/media/movie/_base/static/movie.js

@ -243,7 +243,7 @@ var Movie = new Class({
self.thumbnail = thumbnail.grab( self.thumbnail = thumbnail.grab(
self.actions_el = new Element('div.actions', { self.actions_el = new Element('div.actions', {
'events': { 'events': {
'click': function(e){ 'click:relay(.action)': function(e){
(e).stopPropagation(); (e).stopPropagation();
} }
} }

Loading…
Cancel
Save