mirror of https://github.com/itflow-org/itflow
Add Fade Animation to ajax modals
This commit is contained in:
parent
12ad7962c0
commit
410d1e0f86
|
|
@ -42,7 +42,7 @@ $(document).on('click', '[data-toggle="ajax-modal"]', function (e) {
|
||||||
|
|
||||||
// Build the modal HTML using the returned title and content.
|
// Build the modal HTML using the returned title and content.
|
||||||
var modalHtml =
|
var modalHtml =
|
||||||
'<div class="modal text-sm" id="' + modalId + '" tabindex="-1">' +
|
'<div class="modal fade text-sm" id="' + modalId + '" tabindex="-1">' +
|
||||||
' <div class="modal-dialog modal-'+ modalSize +'">' +
|
' <div class="modal-dialog modal-'+ modalSize +'">' +
|
||||||
' <div class="modal-content bg-dark">'
|
' <div class="modal-content bg-dark">'
|
||||||
+ response.content +
|
+ response.content +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue