This commit is contained in:
2024-07-13 07:55:50 -07:00
commit fb568564a1
26551 changed files with 46966 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
$(document).ready(function () {
new VenoBox({
selector: '.lightbox',
});
$('.modal[data-bs-target="#reportIssueModal"]').on('click', function () {
$('#pageUri').val(window.location.href);
});
});
View File
+7
View File
File diff suppressed because one or more lines are too long