Added create button and added success modal
parent
c9c0a42036
commit
9f84ac145f
@ -0,0 +1,9 @@
|
||||
|
||||
$(".modal-fullscreen").on('show.bs.modal', function () {
|
||||
setTimeout( function() {
|
||||
$(".modal-backdrop").addClass("modal-backdrop-fullscreen");
|
||||
}, 0);
|
||||
});
|
||||
$(".modal-fullscreen").on('hidden.bs.modal', function () {
|
||||
$(".modal-backdrop").addClass("modal-backdrop-fullscreen");
|
||||
});
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue