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/credentialtemplate.js')
-rw-r--r--js/app/directives/credentialtemplate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/app/directives/credentialtemplate.js b/js/app/directives/credentialtemplate.js
index 8c4f7a76..34862847 100644
--- a/js/app/directives/credentialtemplate.js
+++ b/js/app/directives/credentialtemplate.js
@@ -49,7 +49,7 @@
}
var file_data = EncryptService.decryptString(result.file_data, key);
- download(file_data, escapeHTML(file.filename), file.mimetype);
+ download(file_data, ShareService.escapeHTML(file.filename), file.mimetype);
};
@@ -65,4 +65,4 @@
}
};
}]);
-}()); \ No newline at end of file
+}());