mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Preventing default action on modal-close
This commit is contained in:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
4
static/dist/main.min.js
vendored
4
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -413,6 +413,10 @@ $(document).on("click", ".prev_page", function(e){
|
|||||||
List.dynamicContentPage(-1);
|
List.dynamicContentPage(-1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(document).on("click", ".modal-close", function(e){
|
||||||
|
e.preventDefault();
|
||||||
|
});
|
||||||
|
|
||||||
$(document).on("click", ".next_page", function(e){
|
$(document).on("click", ".next_page", function(e){
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
List.dynamicContentPage(1);
|
List.dynamicContentPage(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user