Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Oct 10, 2014
1 parent 2780743 commit 5f4e656
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion fixed_navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function fixNavbar() {
var scrollbarHider = document.createElement('div');
var navigationWrapper = document.createElement('div');
leftColWrapper.id = 'leftColWrapper';
scrollbarHider.id = 'scrollbarHider';s
scrollbarHider.id = 'scrollbarHider';
navigationWrapper.id = 'navigationWrapper';
mainContainer
.appendChild(leftColWrapper)
Expand Down
34 changes: 17 additions & 17 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name":"FB fixed navbar",
"description":"",
"version":"0.0.2",
"manifest_version":2,
"author": "Philipp Schirmer",
"icons": {
"128": "icons/icon128.png",
"48": "icons/icon48.png"
},
"content_scripts": [
{
"matches": ["*://www.facebook.com/*"],
"css": ["fixed_navbar.css"],
"js": ["fixed_navbar.js"],
"run_at": "document_end"
}
]
"name":"FB fixed navbar",
"description":"",
"version":"0.0.3",
"manifest_version":2,
"author": "Philipp Schirmer",
"icons": {
"128": "icons/icon128.png",
"48": "icons/icon48.png"
},
"content_scripts": [
{
"matches": ["*://www.facebook.com/*"],
"css": ["fixed_navbar.css"],
"js": ["fixed_navbar.js"],
"run_at": "document_end"
}
]
}

0 comments on commit 5f4e656

Please sign in to comment.