diff --git a/mailnews/base/prefs/resources/content/am-server-advanced.js b/mailnews/base/prefs/resources/content/am-server-advanced.js index e0d7adf9b8bd..d4eb1a54e681 100644 --- a/mailnews/base/prefs/resources/content/am-server-advanced.js +++ b/mailnews/base/prefs/resources/content/am-server-advanced.js @@ -152,7 +152,7 @@ function onOk() getService(Components.interfaces.nsIPromptService); if (!promptService || !promptService.confirm(window, confirmTitle, confirmDeferAccount)) - return; + return false; } switch (radioGroup.value) {