mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-10 00:03:39 +00:00
Revert "clicking on a device column makes it the active the device"
This reverts commit 205f407266.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user