From a4c0915fb165f6038a4bc14d226ec4ec07ae00a5 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Wed, 12 Nov 2014 19:13:06 +0000 Subject: [PATCH 1/2] Renamed class to make the button "Show Full Article" appear correctly. Fix #18 --- app/scripts/content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/content.js b/app/scripts/content.js index 71028e8..7968652 100644 --- a/app/scripts/content.js +++ b/app/scripts/content.js @@ -91,7 +91,7 @@ function addButton(btnText, btnClass, btnAction, deleteBtnClass) { // Search the button to open the website and the container element var openWebsiteBtn = document.querySelector('.websiteCallForAction'); - var entryElement = document.querySelector('.u100entry'); + var entryElement = document.querySelector('.u100Entry'); if (openWebsiteBtn === null || entryElement === null) { return; From c41a9f08efc5bba93fcdd8ee627cc981fe45e027 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Wed, 12 Nov 2014 19:13:56 +0000 Subject: [PATCH 2/2] Updated version number --- app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manifest.json b/app/manifest.json index 7e8e377..d6c1ad9 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "0.5.1", + "version": "0.5.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": {