Moved exra network close button

This commit is contained in:
Thomas Young
2023-04-28 15:06:57 -05:00
parent eeea06b9e1
commit 21ea7d2c89
+1 -2
View File
@@ -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()