mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
Improvement over previous commit
This commit is contained in:
@@ -79,7 +79,7 @@ function savePreferences(sender) {
|
||||
}
|
||||
|
||||
// We check if we can only to internal/external addresses.
|
||||
var constraints = parseInt($("forwardConstraints").value);
|
||||
var constraints = parseInt(forwardConstraints);
|
||||
|
||||
if (constraints > 0) {
|
||||
// We first extract the list of 'known domains' to SOGo
|
||||
|
||||
Reference in New Issue
Block a user