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