Skip to content

Commit

Permalink
fix final issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-lu-VT committed May 30, 2023
1 parent 8a0c907 commit 0601a6a
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 0601a6a

Please sign in to comment.