1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-24 17:27:35 +02:00

More IE11 fixes

This commit is contained in:
Dario Chiappetta
2015-11-27 10:55:02 +01:00
parent e34c800509
commit d06b3f6806
5 changed files with 996 additions and 2 deletions

View File

@@ -43,7 +43,8 @@ Clipperz.PM.UI.AttachmentController = function(someParameters) {
this.downloadMessageCallback = someParameters['downloadMessageCallback'];
this.reloadServerStatusCallback = someParameters['reloadServerStatusCallback'];
this.cryptoObject = window.crypto || window.msCrypto;
// this.cryptoObject = window.crypto || window.msCrypto; // Not needed anymore because of polyfill
this.cryptoObject = window.crypto
return this;
}