Skip to content

Commit

Permalink
SAK-49389 Discussions with Rubrics include bootstrap so the rubric gr…
Browse files Browse the repository at this point in the history
…ading bits work (sakaiproject#12044)
  • Loading branch information
maurercw authored Feb 6, 2024
1 parent 8b2a852 commit 59b1371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion library/src/webapp/js/headscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<script src="/messageforums-tool/js/forum.js"></script>
<script>includeWebjarLibrary('ckeditor4')</script>
<script>includeWebjarLibrary('awesomplete')</script>
<script>includeWebjarLibrary('bootstrap')</script>
<script src="/library/js/sakai-reminder.js"></script>
<script type="module" src="/webcomponents/bundles/rubric-association-requirements.js<h:outputText value="#{ForumTool.CDNQuery}" />"></script>
<h:form id="msgForum">
Expand Down

0 comments on commit 59b1371

Please sign in to comment.