Remove Bootstrap Carousel
The Bootstrap carousel module is used for image carousels, and we don't use it anywhere on the site. Also separated the Bootstrap JavaScript into separate components and removed the carousel component. Fixes #14670.
This commit is contained in:
parent
64d71b4dfc
commit
d8296f8738
2 changed files with 11 additions and 2 deletions
|
@ -22,7 +22,17 @@
|
||||||
#= require cal-heatmap
|
#= require cal-heatmap
|
||||||
#= require turbolinks
|
#= require turbolinks
|
||||||
#= require autosave
|
#= require autosave
|
||||||
#= require bootstrap
|
#= require bootstrap/affix
|
||||||
|
#= require bootstrap/alert
|
||||||
|
#= require bootstrap/button
|
||||||
|
#= require bootstrap/collapse
|
||||||
|
#= require bootstrap/dropdown
|
||||||
|
#= require bootstrap/modal
|
||||||
|
#= require bootstrap/scrollspy
|
||||||
|
#= require bootstrap/tab
|
||||||
|
#= require bootstrap/transition
|
||||||
|
#= require bootstrap/tooltip
|
||||||
|
#= require bootstrap/popover
|
||||||
#= require select2
|
#= require select2
|
||||||
#= require raphael
|
#= require raphael
|
||||||
#= require g.raphael
|
#= require g.raphael
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
@import "bootstrap/modals";
|
@import "bootstrap/modals";
|
||||||
@import "bootstrap/tooltip";
|
@import "bootstrap/tooltip";
|
||||||
@import "bootstrap/popovers";
|
@import "bootstrap/popovers";
|
||||||
@import "bootstrap/carousel";
|
|
||||||
|
|
||||||
// Utility classes
|
// Utility classes
|
||||||
.clearfix {
|
.clearfix {
|
||||||
|
|
Loading…
Reference in a new issue