First Commit

This commit is contained in:
sparks-alec
2021-10-18 04:55:03 -04:00
commit f3cb66b9f3
95 changed files with 18266 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
document.onclick = function(e){
window.closePopovers();
}
window.init();
document.getElementById("search-button").onclick = function(e){
window.searchAll();
}
document.getElementById("add-device-button").onclick = function(e){
//e.stopPropagation();
//document.getElementById("add-device-popover").style.display = "block";
}
window.closePopovers = function(){
//document.getElementById("add-device-popover").style.display = "none";
}