Skip to content

Commit

Permalink
reverted #39
Browse files Browse the repository at this point in the history
  • Loading branch information
sylouuu committed Oct 6, 2016
1 parent 2951e36 commit 739beb7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ chrome.storage.local.get('tab_modifier', function (items) {

processPage();

w.onhashchange = processPage;
// Reverted #39
// w.onhashchange = processPage;

});
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tab Modifier",
"version": "0.16.1",
"version": "0.16.2",
"description": "Take control of your tabs",
"homepage_url": "https://github.com/sylouuu/chrome-tab-modifier",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-tab-modifier",
"version": "0.16.1",
"version": "0.16.2",
"description": "Take control of your tabs",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ chrome.storage.local.get('tab_modifier', function (items) {

processPage();

w.onhashchange = processPage;
// Reverted #39
// w.onhashchange = processPage;

});

0 comments on commit 739beb7

Please sign in to comment.