0.0.140 routes
This commit is contained in:
6
static/v2/js/service/modal.js
Normal file
6
static/v2/js/service/modal.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function closeModal(el) {
|
||||
let $parent = el.closest('.modal');
|
||||
$parent.classList.remove('open');
|
||||
|
||||
$("body")[0].style.overflow = "auto";
|
||||
}
|
||||
Reference in New Issue
Block a user