mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix form submit
This commit is contained in:
@@ -8,6 +8,12 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
});
|
||||
});
|
||||
|
||||
$(document).on('submit', 'form', function(e) {
|
||||
if ($(e.target).find('.bootstrap-dialog').length) {
|
||||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
|
||||
var osmUrl = $('#dxccmapjs').attr("tileUrl");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user