#543 Upgrades for Bootstrap 4 and Add Block module (base-theme)

This commit is contained in:
Diatrex 2019-12-18 10:43:46 +03:00
parent 72e0c36092
commit 88ffb99061
7 changed files with 12 additions and 20 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
$('.modal').on('show.bs.modal', function (e) {
$('.remote').on('show.bs.modal', function (e) {
$(this).find('.modal-content').load(e.relatedTarget.href);
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,7 @@
{{ asset_add("theme.css", "theme::css/bootstrap.min.css") }}
{{ asset_add("theme.css", "theme::css/theme.css") }}
{{ asset_add("theme.css", "theme::css/font-awesome.min.css") }}
<script src="{{ asset_path('theme::js/vendor/jquery.min.js') }}"></script>
<script src="{{ asset_path('theme::js/jquery.min.js') }}"></script>
{{ asset_style("theme.css") }}