mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed error on load for poster item view
This commit is contained in:
@@ -5,8 +5,8 @@ var CommandController = require('../../Commands/CommandController');
|
||||
module.exports = Marionette.ItemView.extend({
|
||||
ui : {refresh : '.x-refresh'},
|
||||
events : {
|
||||
"click .x-edit" : '_editSeries',
|
||||
"click .x-refresh" : '_refreshSeries'
|
||||
'click .x-edit' : '_editSeries',
|
||||
'click .x-refresh' : '_refreshSeries'
|
||||
},
|
||||
onRender : function(){
|
||||
CommandController.bindToCommand({
|
||||
|
||||
Reference in New Issue
Block a user