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.actions_el = new Element('div.actions', {
'events': {
'click': function(e){
'click:relay(.action)': function(e){
(e).stopPropagation();
}
}

Loading…
Cancel
Save