mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
meh, changed my mind again
This commit is contained in:
parent
be3429a05c
commit
c8b8a2acd5
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ var fromLegacySwitchNames = {
|
|||
};
|
||||
|
||||
var switchStateToNameMap = {
|
||||
'1': 'on',
|
||||
'2': 'off'
|
||||
'1': 'true',
|
||||
'2': 'false'
|
||||
};
|
||||
|
||||
var nameToSwitchStateMap = {
|
||||
|
|
Loading…
Reference in a new issue