Commit 7e0565d8 authored by waylon's avatar waylon

display modal form in the bootstrap4 theme

parent e8bd468b
// fixes "content does not load remote modal on clicked modal button"
$('body').on('click.modal.data-api', '[data-toggle="modal"]', function () {
$($(this).data("target") + ' .modal-content').load($(this).attr('href'));
});
\ No newline at end of file
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment