mirror of
https://github.com/vladmandic/automatic
synced 2026-09-05 04:20:44 +02:00
Moved exra network close button
This commit is contained in:
@@ -11,9 +11,8 @@ function setupExtraNetworksForTab(tabname){
|
||||
search.classList.add('search')
|
||||
tabs.appendChild(search)
|
||||
tabs.appendChild(refresh)
|
||||
tabs.appendChild(descriptInput)
|
||||
|
||||
tabs.appendChild(close)
|
||||
tabs.appendChild(descriptInput)
|
||||
|
||||
search.addEventListener("input", function(evt){
|
||||
searchTerm = search.value.toLowerCase()
|
||||
|
||||
Reference in New Issue
Block a user