From 2acf316d1ce1f22d70607062a20b243902c5b25e Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Wed, 31 Aug 2016 13:45:58 -0700 Subject: [PATCH] fix --- scripts/defaultScripts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/defaultScripts.js b/scripts/defaultScripts.js index 9889b98d9a..1d0a955336 100644 --- a/scripts/defaultScripts.js +++ b/scripts/defaultScripts.js @@ -93,8 +93,9 @@ function menuItemEvent(menuItem) { } else if (isChecked === false) { Settings.setValue(SETTINGS_KEY, false); } + Window.alert('You must reload all scripts for this to take effect.') } - Window.alert('You must reload all scripts for this to take effect.') + }