Showing
1 changed file
with
1 additions
and
0 deletions
@@ -365,6 +365,7 @@ function shelveModal(title, html) { | @@ -365,6 +365,7 @@ function shelveModal(title, html) { | ||
365 | // $('#shelveTime').parents('.form-group').next(".form-group").find('.btn').addClass('disabled'); | 365 | // $('#shelveTime').parents('.form-group').next(".form-group").find('.btn').addClass('disabled'); |
366 | // } | 366 | // } |
367 | // } | 367 | // } |
368 | + | ||
368 | g.selected.forEach(function(item){ | 369 | g.selected.forEach(function(item){ |
369 | if(item.isAdvance === 'N'){ | 370 | if(item.isAdvance === 'N'){ |
370 | $('#advanceBeginTime, #advanceEndTime').prop('disabled', true); | 371 | $('#advanceBeginTime, #advanceEndTime').prop('disabled', true); |
-
Please register or login to post a comment