Skip to content

Commit

Permalink
Merge branch 'hotfix/0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffo committed Nov 12, 2014
2 parents 81f18e6 + c41a9f0 commit 30647d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "0.5.1",
"version": "0.5.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 30647d6

Please sign in to comment.