diff --git a/mozilla/mailnews/base/prefs/resources/content/am-prefs.js b/mozilla/mailnews/base/prefs/resources/content/am-prefs.js index db2a08a6d51..2f3a98c2a10 100644 --- a/mozilla/mailnews/base/prefs/resources/content/am-prefs.js +++ b/mozilla/mailnews/base/prefs/resources/content/am-prefs.js @@ -94,7 +94,6 @@ function getAccountValueIsLocked(element) // see if the prefstring is locked if (prefstr) { var bLocked=nsPrefBranch.prefIsLocked(prefstr); -return true; return bLocked; } }