fix: favourite button, greeting, lightbox etc (thanks @eartharoid)

This commit is contained in:
David Ralph
2021-11-11 22:38:10 +00:00
parent c627599590
commit a356c8fe61
15 changed files with 25 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export default class Favourite extends PureComponent {
}));
break;
default:
const url = document.getElementById('backgroundImage').style.backgroundImage.replace('url("', '').replace('")', '');
const url = document.getElementById('backgroundImage').style.backgroundImage.replace('url("', '').replace('")', '').replace(variables.constants.DDG_IMAGE_PROXY, '');
if (!url) {
return;