Skip to content

Commit 73102db

Browse files
committed
bug #746 Including alerts.js and changing loading order (ptrm04, Peter)
This PR was merged into the master branch. Discussion ---------- Including alerts.js and changing loading order Alerts currently can't be dismissed in the symfony-demo app. Also, updating the loading order to a correct one: https://github.com/twbs/bootstrap-sass#javascript Commits ------- 5375d40 Adding .fade and .in to use animation when closing b0ac79c Yarn'd for prod c39d745 Yarn'd after including alert.js 10a7ba8 Fixing a typo 364c6b0 Including alerts.js and changing loading order
2 parents c3c3abe + 5375d40 commit 73102db

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

assets/js/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// loads the Bootstrap jQuery plugins
2+
import 'bootstrap-sass/assets/javascripts/bootstrap/transition.js';
3+
import 'bootstrap-sass/assets/javascripts/bootstrap/alert.js';
24
import 'bootstrap-sass/assets/javascripts/bootstrap/collapse.js';
35
import 'bootstrap-sass/assets/javascripts/bootstrap/dropdown.js';
46
import 'bootstrap-sass/assets/javascripts/bootstrap/modal.js';
5-
import 'bootstrap-sass/assets/javascripts/bootstrap/transition.js';
67

78
// loads the code syntax highlighting library
89
import './highlight.js';

0 commit comments

Comments
 (0)