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