1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Only make manual import cells clickable when previous steps have been done

This commit is contained in:
Mark McDowall
2015-05-13 08:45:40 -07:00
parent 9d980a8ac7
commit 213f905767
4 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ var NzbDroneCell = require('../../Cells/NzbDroneCell');
var SelectEpisodeLayout = require('../Episode/SelectEpisodeLayout');
module.exports = NzbDroneCell.extend({
className : 'episodes-cell editable',
className : 'episodes-cell',
events : {
'click' : '_onClick'