mirror of
https://github.com/ellite/Wallos.git
synced 2026-02-22 06:19:24 -06:00
feat: use brave search for the logos if google fails (#169)
This commit is contained in:
@@ -213,6 +213,9 @@ function displayImageResults(imageSources) {
|
||||
img.onclick = function() {
|
||||
selectWebLogo(src);
|
||||
};
|
||||
img.onerror = function() {
|
||||
this.parentNode.removeChild(this);
|
||||
};
|
||||
logoResults.appendChild(img);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user