mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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