Skip to content

Commit

Permalink
facepalm commit. fix selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
meeech committed Nov 29, 2012
1 parent 10fef81 commit 9201410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "netflixQ",
"version": "1.1.2",
"version": "1.1.3",
"description": "Add queue functionality to Netflix for non-US users.",
"background": { "scripts" : ["background.js"]},
"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion pagescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var createButton = function(extraStyles) {

//styles need to go inline.
//Netflix is doing some funky on page load, so my .css gets clobbered, even with !important
return Y.Node.create('<a class="'+selectors.BUTTON_NETFLIXQ+'">netflix<span class="q" style="color: #ae1d00;">Q</span></a>')
return Y.Node.create('<a class="netflixq">netflix<span class="q" style="color: #ae1d00;">Q</span></a>')
.setStyles(styles);
};

Expand Down

0 comments on commit 9201410

Please sign in to comment.