Merge branch 'main' of https://github.com/mcguirepr89/BirdNET-Pi
This commit is contained in:
@@ -422,6 +422,7 @@ function sendTestNotification(e) {
|
||||
// Get the button and modal elements
|
||||
const openModalBtn = document.getElementById('openModal');
|
||||
const modal = document.getElementById('modal');
|
||||
dialogPolyfill.registerDialog(modal);
|
||||
const output = document.getElementById('output');
|
||||
const thresholdInput = document.getElementById('threshold');
|
||||
const runProcessBtn = document.getElementById('runProcess');
|
||||
|
||||
Reference in New Issue
Block a user