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;
}