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/controllers/public_shared_credential.js')
-rw-r--r--js/app/controllers/public_shared_credential.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/controllers/public_shared_credential.js b/js/app/controllers/public_shared_credential.js
index 7f055002..8d78221b 100644
--- a/js/app/controllers/public_shared_credential.js
+++ b/js/app/controllers/public_shared_credential.js
@@ -58,7 +58,7 @@
return;
}
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);
});
};
}]);