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
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/directives/iconpicker.js')
-rw-r--r--js/app/directives/iconpicker.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/directives/iconpicker.js b/js/app/directives/iconpicker.js
index 0992bc54..67da640e 100644
--- a/js/app/directives/iconpicker.js
+++ b/js/app/directives/iconpicker.js
@@ -116,6 +116,7 @@
};
scope.refreshUrlIcon = function(){
+ NotificationService.showNotification($translate.instant('use.icon.refresh.trying'), 5000);
var queryUrl = OC.generateUrl('apps/passman/api/v2/geticon/'+btoa(scope.credential.url));
$http.get(queryUrl).then(function (response) {
if(typeof response.data.content !== 'undefined'){