Skip to content

Commit

Permalink
SAK-40016: Allow resubmision options appears for Non-electronic Submi…
Browse files Browse the repository at this point in the history
…ssion Type when click label 'Allow Resubmission' (sakaiproject#5609)

* SAK-40016: Allow resubmision options appears for Non-electronic Submission Type when click label 'Allow Resubmission'

* Removed useless comments
  • Loading branch information
jesusmmp authored and juanjmerono committed May 22, 2018
1 parent 13eaeeb commit 3adae1d
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
useReview.disabled=false;
lblUseReview.style.display = 'block';
#end
## SAK-26640
document.getElementById('tempAllowRes').style.display = 'block';
document.getElementById('tempAllowRes').parentNode.parentNode.style.display = 'block';
if (document.getElementById('allowResToggle').checked)
{
document.getElementById('allowResubmitNumber').style.display = 'block';
Expand All @@ -108,8 +107,7 @@
reviewSwitchNe1.style.removeProperty('display');
lblUseReview.style.display = 'none';
#end
## SAK-26640
document.getElementById('tempAllowRes').style.display = 'none';
document.getElementById('tempAllowRes').parentNode.parentNode.style.display = 'none';
document.getElementById('allowResubmitNumber').style.display = 'none';
document.getElementById('allowResubmitTime').style.display = 'none';
document.getElementById('resubmitNotification').style.display = 'none';
Expand Down

0 comments on commit 3adae1d

Please sign in to comment.