eslint fix spaced-comment errors

This commit is contained in:
Sam Schloegel
2022-01-03 14:40:10 -05:00
parent aec191e178
commit 83c46db661
13 changed files with 57 additions and 57 deletions
+3 -3
View File
@@ -8,10 +8,10 @@ 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";
// e.stopPropagation();
// document.getElementById("add-device-popover").style.display = "block";
};
window.closePopovers = function () {
//document.getElementById("add-device-popover").style.display = "none";
// document.getElementById("add-device-popover").style.display = "none";
};