Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-15 17:07:09 +0300
committerbrantje <brantje@gmail.com>2016-10-14 16:49:08 +0300
commit32816aa32de464f1196f708723dbe180671d6f9d (patch)
tree1b7a9b3d7d933d3cec39d5a3f8a38561b105b328 /js
parent60e89c84a76c869149b0bceef4ffda2780d3a9b4 (diff)
Show a message when a user changes the "shared" with list
Diffstat (limited to 'js')
-rw-r--r--js/app/controllers/share.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/share.js b/js/app/controllers/share.js
index 00454b16..24fb557e 100644
--- a/js/app/controllers/share.js
+++ b/js/app/controllers/share.js
@@ -283,7 +283,7 @@
$scope.applyShareToUser(list[iterator], enc_key);
}
}
-
+ NotificationService.showNotification('Saved!', 4000);
} else {
ShareService.generateSharedKey(20).then(function (key) {