diff --git a/src/js/popup.js b/src/js/popup.js index abbe3b0..6e6c395 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -1203,8 +1203,8 @@ function updateMatrixSwitches() { } function toggleMatrixSwitch(ev) { + if ( ev.target.localName === 'a' ) { return; } var elem = ev.currentTarget; - if ( elem.target.localName === 'a' ) { return; } var pos = elem.id.indexOf('_'); if ( pos === -1 ) { return; } var switchName = elem.id.slice(pos + 1);