Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffo committed Aug 27, 2016
2 parents 850ae97 + 5e07f81 commit 5eb540a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.1",
"version": "0.7.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function addButton(btnText, btnClass, btnAction, deleteBtnClass) {
}

function addShowFullArticleBtn() {
addButton('Show Full Article', 'showFullArticleBtn',
addButton('Show Full Article', 'showFullArticleBtn fx-button secondary full-width',
fetchPageContent, 'showArticlePreviewBtn');

// Add keyboard shortcut
Expand All @@ -132,7 +132,7 @@ function addShowFullArticleBtn() {
}

function addShowArticlePreviewBtn(showPreviewFunction) {
addButton('Show Article Preview', 'showArticlePreviewBtn',
addButton('Show Article Preview', 'showArticlePreviewBtn fx-button secondary full-width',
showPreviewFunction, 'showFullArticleBtn');

// Add keyboard shortcut
Expand Down

0 comments on commit 5eb540a

Please sign in to comment.