Skip to content

Commit

Permalink
dev: bootstrap should not be loaded twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Jun 12, 2023
1 parent 4f738ce commit fdc256a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/survey/ls6_surveytheme/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,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-->
<remove>survey.js</remove>
<remove>template-core.js</remove>
</js>
Expand Down Expand Up @@ -168,9 +169,10 @@
<optionspage>core</optionspage>

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

Please sign in to comment.