mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
#543 Upgrades for Bootstrap 4 and Add Block module (base-theme)
This commit is contained in:
parent
72e0c36092
commit
88ffb99061
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
addons/default/visiosoft/base-theme/resources/js/jquery.min.js
vendored
Normal file
2
addons/default/visiosoft/base-theme/resources/js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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);
|
$(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
@ -35,7 +35,7 @@
|
|||||||
{{ asset_add("theme.css", "theme::css/bootstrap.min.css") }}
|
{{ asset_add("theme.css", "theme::css/bootstrap.min.css") }}
|
||||||
{{ asset_add("theme.css", "theme::css/theme.css") }}
|
{{ asset_add("theme.css", "theme::css/theme.css") }}
|
||||||
{{ asset_add("theme.css", "theme::css/font-awesome.min.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") }}
|
{{ asset_style("theme.css") }}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user