Revert "clicking on a device column makes it the active the device"

This reverts commit 205f407266.
This commit is contained in:
sparks-alec
2023-01-09 00:12:52 -05:00
parent 205f407266
commit 1d689ef6c5
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -207,7 +207,6 @@ a {
width: 100%;
height: 100%;
border: 0;
pointer-events: none;
}
.active-device-outline {
padding: 0px;
-3
View File
@@ -168,9 +168,6 @@ function switchDevice(id) {
document.getElementById('all-devices').insertAdjacentHTML('afterbegin', html);
$deviceWrapper = document.getElementById(`device-${i}`);
$deviceWrapper.onclick = function (e) {
switchDevice(i);
};
}
window.switchClass(document.getElementById(id), 'active-device');