id neramed for searc input field

pull/3094/head
LianaHus 6 years ago
parent 6fe908e838
commit 6c8a45f40d
  1. 2
      src/app/panels/terminal.js

@ -129,7 +129,7 @@ class Terminal extends BaseApi {
spellcheck="false" spellcheck="false"
type="text" type="text"
class="${css.filter} form-control" class="${css.filter} form-control"
id="input" id="searchInput"
onkeydown=${filter} onkeydown=${filter}
placeholder="Search with transaction hash or address"> placeholder="Search with transaction hash or address">
</input>` </input>`

Loading…
Cancel
Save