mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-14 02:03:39 +00:00
eslint fix spaced-comment errors
This commit is contained in:
+3
-3
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user