Skip to content

Commit

Permalink
Fixed up error tools cells
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismyrobot committed Dec 28, 2018
1 parent 8ab80d3 commit c4a6e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dnstwister/static/search.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ var ui = (function () {
anchorElem('🔎', '/search?ed=' + encodedDomain, 'deep-search')
)
} else {
toolsCellElem.appendChild(document.createTextNode(' '))
toolsCellElem.insertAdjacentHTML('afterbegin', ' ')
}

rowElem.appendChild(domainCellElem)
Expand Down
2 changes: 1 addition & 1 deletion dnstwister/static/sources/search-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var ui = (function () {
anchorElem('🔎', '/search?ed=' + encodedDomain, 'deep-search')
)
} else {
toolsCellElem.appendChild(document.createTextNode(' '))
toolsCellElem.insertAdjacentHTML('afterbegin', ' ')
}

rowElem.appendChild(domainCellElem)
Expand Down

0 comments on commit c4a6e63

Please sign in to comment.