diff --git a/platform-independent/web-js/index.html b/platform-independent/web-js/index.html index 9e6ca642..a85c1369 100644 --- a/platform-independent/web-js/index.html +++ b/platform-independent/web-js/index.html @@ -61,10 +61,9 @@ - + - - + diff --git a/platform-independent/web-js/js/dependencies.js b/platform-independent/web-js/js/dependencies.js index a45fd67d..d8c802eb 100644 --- a/platform-independent/web-js/js/dependencies.js +++ b/platform-independent/web-js/js/dependencies.js @@ -16,11 +16,12 @@ if ((!window.crypto || !window.crypto.subtle) && window.SubtleCrypto) // If Web Crypto API is not supported we include a JS crypto library // https://code.google.com/p/crypto-js/ +/* Disabled by default. Enable manually if your browser requires this. if (!window.crypto || !window.crypto.subtle) { document.write("