(js) Fix changes check in Preferences module

This commit is contained in:
Francis Lachapelle
2018-01-18 21:56:30 -05:00
parent bca655ffdd
commit 2fc8018b52

View File

@@ -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();