mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#1611 Delete installer error
This commit is contained in:
parent
156abe47ed
commit
55bb0d85aa
@ -0,0 +1,9 @@
|
||||
var onAlertLinkClick = function () {
|
||||
$('.alert a').click(function (e) {
|
||||
e.stopPropagation()
|
||||
})
|
||||
};
|
||||
|
||||
$(document).ready(function () {
|
||||
onAlertLinkClick();
|
||||
});
|
||||
@ -55,6 +55,7 @@
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/push.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/search.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/select2.js") }}
|
||||
{{ asset_add("scripts.js", "visiosoft.theme.defaultadmin::js/theme/alert.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/jquery.maskedinput.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/intlTelInput.min.js") }}
|
||||
{{ asset_add("theme.js", "visiosoft.theme.base::js/utils.js") }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user