Skip to content

Commit

Permalink
Bugfix: issue selecting remote USB option (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman authored May 7, 2021
1 parent 43483f5 commit 4cb63a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
if (viewType == 'custom') {
bridgeUrl.value = '{{ specter.hwi_bridge_url }}';
} else if (viewType == 'remote') {
document.getElementById('remote-hwi-bridge-config').classList.remove('hidden')
bridgeUrl.value = 'http://127.0.0.1:25441/hwi/api';
} else {
document.getElementById('remote-warning').classList.add('hidden')
Expand Down

0 comments on commit 4cb63a1

Please sign in to comment.