This commit is contained in:
James B. Pollack 2016-08-18 16:51:04 -07:00
parent 214a705199
commit a0d4fd4c0e

View file

@ -128,7 +128,7 @@ registerBasicMapping();
Script.setTimeout(function() {
if (previousSetting === true) {
disableMappings();
} else(previousSetting === false) {
} else {
enableMappings();
}