From e91f80d10eba69d241b87e9b4709fffea8a775b3 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 8 Feb 2018 12:31:31 -0500 Subject: [PATCH] Remove externals. --- platform-independent/web-js/index.html | 5 ++--- platform-independent/web-js/js/dependencies.js | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) 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("