Skip to content

Commit

Permalink
Merge pull request #2 from dali-lab/elu/cleaning
Browse files Browse the repository at this point in the history
fix final issues
  • Loading branch information
eric-lu-VT authored May 30, 2023
2 parents 871c5c9 + 0601a6a commit cbcde07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/onLoad.js
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ $(function () {
var ReceiverTerm = ReceiverId.split("_")[0] * ReceiverId.split("_")[1];
if ((finalTermId == ReceiverId) && ((typeOfTerm != "R") && (typeOfTerm != "G") && (typeOfTerm != "L_Thesis"))) {
$(this).removeClass("R X O T_S L_OPT L_LOA L_Thesis L_Earned L_Unearned G");
$("#errorText").html("Only R, L_Thesis, or G terms are permitted in your selected final term. This selection has been switched to an R. Change your selected final term if you wish to drop this term here or cancel.");
$("#errorText").html("Only R or L_Thesis terms are permitted in your selected final term. This selection has been switched to an R. Change your selected final term if you wish to drop this term here or cancel.");
switchToR = 1;
$(this).addClass("R");
$("#dialog-flex").dialog('open');
Expand Down

0 comments on commit cbcde07

Please sign in to comment.