diff --git a/src/_h5ai/index.html b/src/_h5ai/index.html index 8399f13c..9d6c85b9 100644 --- a/src/_h5ai/index.html +++ b/src/_h5ai/index.html @@ -43,6 +43,10 @@ @lrsjng

+
+
+		
+
diff --git a/src/_h5ai/js/inc/splash.js b/src/_h5ai/js/inc/splash.js index 6fad503e..b0ea78a0 100644 --- a/src/_h5ai/js/inc/splash.js +++ b/src/_h5ai/js/inc/splash.js @@ -15,9 +15,14 @@ $this.replaceWith($a); }); }, + configFile = function () { + + $('#config-file').text(JSON.stringify(H5AI_CONFIG.options)); + }, init = function () { deobfuscate(); + configFile(); }; $(init);