From 2f9d4fbc6e6f82350820b29040441643586f3d5d Mon Sep 17 00:00:00 2001 From: Glenwing Date: Sun, 18 Mar 2018 01:09:12 -0700 Subject: [PATCH] CTA Test 6 --- bandwidth/bandwidth.js | 1 + bandwidth/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bandwidth/bandwidth.js b/bandwidth/bandwidth.js index 0e62030..aed80c5 100644 --- a/bandwidth/bandwidth.js +++ b/bandwidth/bandwidth.js @@ -1059,6 +1059,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) { async function Load_CTA_861() { + DEBUG('CTA Test 6'); // Loads the timing definitions for the CTA-861 standard from a csv file response = await fetch('CTA861.txt'); CTA861 = await response.text(); diff --git a/bandwidth/index.html b/bandwidth/index.html index 776f3f9..7c251c4 100644 --- a/bandwidth/index.html +++ b/bandwidth/index.html @@ -31,7 +31,7 @@