mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fix binary search message
This commit is contained in:
parent
a7685cbe9e
commit
feae2cd8d7
@ -52,7 +52,7 @@
|
||||
|
||||
// update the search message visibility
|
||||
var searchMessage = document.getElementById('search-message');
|
||||
searchMessage.style.display = noResults ? 'initial' : 'none';
|
||||
searchMessage.style.display = noResults ? 'table-cell' : 'none';
|
||||
}
|
||||
|
||||
(function () {
|
||||
|
Loading…
Reference in New Issue
Block a user