Skip to content

Commit

Permalink
meh, changed my mind again
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 11, 2015
1 parent be3429a commit c8b8a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/hnswitches.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ var fromLegacySwitchNames = {
};

var switchStateToNameMap = {
'1': 'on',
'2': 'off'
'1': 'true',
'2': 'false'
};

var nameToSwitchStateMap = {
Expand Down

1 comment on commit c8b8a2a

@gorhill
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really -- I will just ensure the manually installable Firefox version works fine. I am mostly back working on uMatrix for now.

Edit: If ever both versions diverge enough to warrant it, I might be willing to publish this version on AMO.

Please sign in to comment.