1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

meh, changed my mind again

This commit is contained in:
gorhill 2015-04-11 08:54:22 -04:00
parent be3429a05c
commit c8b8a2acd5

View File

@ -51,8 +51,8 @@ var fromLegacySwitchNames = {
};
var switchStateToNameMap = {
'1': 'on',
'2': 'off'
'1': 'true',
'2': 'false'
};
var nameToSwitchStateMap = {