Clear stray logs
parent
a9b887eece
commit
9d76bb3dcc
|
@ -327,8 +327,6 @@ function filterSearchResults(searchResults, searchEngine, storage) {
|
|||
if(!Array.from(searchResultContainer.classList).includes('iwb-hide')) {
|
||||
searchResultContainer.classList.add('iwb-search-result-' + stringToId(site.origin));
|
||||
searchResultContainer.classList.add('iwb-hide');
|
||||
console.log(searchResultContainer);
|
||||
console.log('weeee');
|
||||
countFiltered++;
|
||||
if (hiddenWikisRevealed[stringToId(site.origin)]) {
|
||||
searchResultContainer.classList.add('iwb-show');
|
||||
|
|
|
@ -511,9 +511,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
notificationBanner = document.getElementById('notificationBanner');
|
||||
|
||||
// If running Chromium, show warning about service worker bug
|
||||
console.log('wooo');
|
||||
if (navigator.userAgent.match(/Chrom[e|ium]/)) {
|
||||
console.log('weee');
|
||||
notificationBanner.style.display = 'block';
|
||||
document.getElementById('notificationBannerBug').style.display = 'block';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue