From 3b8b9b3a782643da510c0a839384bb3dde94aa16 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 2 Feb 2018 07:33:14 +0800 Subject: [PATCH] fix: detect if testnet in confing.js --- src/page.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 += "";