mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-30 18:42:44 +00:00
(js) Fix changes check in Preferences module
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
this.confirmChanges = function($event, form) {
|
||||
var target;
|
||||
|
||||
if (form.$dirty && $form.$valid) {
|
||||
if (form.$dirty && form.$valid) {
|
||||
// Stop default action
|
||||
$event.preventDefault();
|
||||
$event.stopPropagation();
|
||||
|
||||
Reference in New Issue
Block a user