From 0601a6af99043a9de82917e346340f829408c651 Mon Sep 17 00:00:00 2001 From: 11Some1 <68611574+11Some1@users.noreply.github.com> Date: Mon, 29 May 2023 21:43:34 -0400 Subject: [PATCH] fix final issues --- js/onLoad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/onLoad.js b/js/onLoad.js index 2cb767b..89f1ac4 100644 --- a/js/onLoad.js +++ b/js/onLoad.js @@ -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');