From e403b1e86a1a1d46b8cf7043356161c4c6c4c22f Mon Sep 17 00:00:00 2001 From: Josh B Date: Sun, 3 Nov 2019 22:44:44 +1000 Subject: [PATCH] Fix issue with search by image button labeling for Jul-19 site version. --- js/content-script.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/content-script.js b/js/content-script.js index 678d231..2ff060a 100644 --- a/js/content-script.js +++ b/js/content-script.js @@ -225,7 +225,7 @@ function addSearchImageButton(container, imageURL, version) { searchImageButtonText = container.querySelector('.irc_ho'); break; case VERSIONS.JUL19: - searchImageButtonText = container.querySelector('span'); + searchImageButtonText = searchImageButton.querySelector('span'); break; case VERSIONS.OCT19: searchImageButtonText = searchImageButton; diff --git a/manifest.json b/manifest.json index 50732b3..096b4a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_appName__", - "version": "3.2.1", + "version": "3.2.2", "description": "__MSG_appDesc__", "default_locale": "en", "icons": {