Remove Bootstrap's JS in static pages

This commit is contained in:
yflory
2018-03-22 10:49:20 +01:00
parent 9cba630700
commit 9e711e4cd4
2 changed files with 18 additions and 10 deletions

View File

@@ -27,8 +27,7 @@ $(function () {
window.Tether = function () {};
require([
'less!/customize/src/less2/main.less',
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
'/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js'
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css'
], function () {
$body.append($main);