Skip to content

Commit

Permalink
revert: bootstrap should not be loaded twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Jun 13, 2023
1 parent 68e18d3 commit 4fbc37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/survey/ls6_surveytheme/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<js>
<add>scripts/theme.js</add>
<add>scripts/custom.js</add>
<!-- <add>bootstrap_5/js/bootstrap_5.js</add> MAYBE: this is not necessary-->
<!-- <add>bootstrap_5/js/bootstrap_5.js</add> -->
<remove>survey.js</remove>
<remove>template-core.js</remove>
</js>
Expand Down Expand Up @@ -173,9 +173,9 @@

<!-- If empty, bootstrap css/js files will not be loaded. In the future, we may have more engines, like foundation -->
<!-- PLease do not load bootstrap twice...Not necessary here-->
<!-- <cssframework>
<cssframework>
<name>bootstrap</name>
</cssframework> -->
</cssframework>

<!-- Path of the views files (can be different than views -->
<viewdirectory>views</viewdirectory>
Expand Down

0 comments on commit 4fbc37b

Please sign in to comment.