switch to bootstrap4

This commit is contained in:
Mohamed Said
2017-12-20 21:14:56 +02:00
parent 304854c335
commit 4be558ac65
4 changed files with 10 additions and 24 deletions

View File

@@ -1,5 +1,6 @@
window._ = require('lodash');
window.Popper = require('popper.js').default;
/**
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
@@ -10,7 +11,7 @@ window._ = require('lodash');
try {
window.$ = window.jQuery = require('jquery');
require('bootstrap-sass');
require('bootstrap');
} catch (e) {}
/**