From 59b1371826c8196e902a4c49291d9ec87a278471 Mon Sep 17 00:00:00 2001 From: Chris Maurer Date: Tue, 6 Feb 2024 11:25:11 -0500 Subject: [PATCH] SAK-49389 Discussions with Rubrics include bootstrap so the rubric grading bits work (#12044) --- library/src/webapp/js/headscripts.js | 1 - .../src/webapp/jsp/discussionForum/message/dfMsgGrade.jsp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/webapp/js/headscripts.js b/library/src/webapp/js/headscripts.js index 6ff7a3fc1a3a..8a02048353cc 100644 --- a/library/src/webapp/js/headscripts.js +++ b/library/src/webapp/js/headscripts.js @@ -707,7 +707,6 @@ function includeWebjarLibrary(library) { case 'bootstrap': libraryVersion = "5.2.0"; jsReferences.push('/js/bootstrap.bundle.min.js'); - cssReferences.push('/css/bootstrap.min.css'); break; case 'bootstrap-multiselect': libraryVersion = "1.1.1"; diff --git a/msgcntr/messageforums-app/src/webapp/jsp/discussionForum/message/dfMsgGrade.jsp b/msgcntr/messageforums-app/src/webapp/jsp/discussionForum/message/dfMsgGrade.jsp index 2497a3695e75..b045b41d2895 100644 --- a/msgcntr/messageforums-app/src/webapp/jsp/discussionForum/message/dfMsgGrade.jsp +++ b/msgcntr/messageforums-app/src/webapp/jsp/discussionForum/message/dfMsgGrade.jsp @@ -19,6 +19,7 @@ +