diff --git a/src/page.h b/src/page.h
index 534224e..770262f 100644
--- a/src/page.h
+++ b/src/page.h
@@ -403,16 +403,6 @@ namespace xmreg
template_file["config.js"] = xmreg::read(JS_CONFIG);
template_file["biginteger.js"] = xmreg::read(JS_BIGINT);
- template_file["all_in_one.js"] = template_file["jquery.min.js"] +
- template_file["crc32.js"] +
- template_file["biginteger.js"] +
- template_file["config.js"] +
- template_file["nacl-fast-cn.js"] +
- template_file["crypto.js"] +
- template_file["base58.js"] +
- template_file["cn_util.js"] +
- template_file["sha3.js"];
-
// need to set "testnet: false," flag to reflect
// if we are running testnet or mainnet explorer
@@ -424,6 +414,16 @@ namespace xmreg
"testnet: true");
}
+ template_file["all_in_one.js"] = template_file["jquery.min.js"] +
+ template_file["crc32.js"] +
+ template_file["biginteger.js"] +
+ template_file["config.js"] +
+ template_file["nacl-fast-cn.js"] +
+ template_file["crypto.js"] +
+ template_file["base58.js"] +
+ template_file["cn_util.js"] +
+ template_file["sha3.js"];
+
js_html_files += "";
js_html_files += "";
js_html_files += "";