Removed Window.alert() because it was blocking the defaultScripts thread.

This commit is contained in:
Anthony J. Thibault 2017-02-22 17:01:31 -08:00
parent 1429a32928
commit 83b3c12559

View file

@ -94,7 +94,7 @@ function menuItemEvent(menuItem) {
} else if (isChecked === false) {
Settings.setValue(SETTINGS_KEY, false);
}
Window.alert('You must reload all scripts for this to take effect.');
console.log('You must reload all scripts for this to take effect.');
}
}