From ddae98b8cd3d148b4993a3461f63012e1e494875 Mon Sep 17 00:00:00 2001 From: Glenwing Date: Sun, 18 Mar 2018 12:10:57 -0700 Subject: [PATCH] CTA Test 9 --- bandwidth/bandwidth.js | 3 ++- bandwidth/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bandwidth/bandwidth.js b/bandwidth/bandwidth.js index 30edb60..c36d2e9 100644 --- a/bandwidth/bandwidth.js +++ b/bandwidth/bandwidth.js @@ -1060,6 +1060,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) { function LoadCTA861(){ // read text from URL location + DEBUG('CTA Test 9'); var request = new XMLHttpRequest(); request.open('GET', 'CTA861.txt', true); request.send(null); @@ -1075,7 +1076,7 @@ function LoadCTA861(){ async function LoadCTA861_Async() { - DEBUG('CTA Test 7'); + DEBUG('CTA Test 8'); // Loads the timing definitions for the CTA-861 standard from a txt file response = await fetch('CTA861.txt'); CTA861 = $.csv.toObjects(await response.text()); diff --git a/bandwidth/index.html b/bandwidth/index.html index 3773fe8..b808ba4 100644 --- a/bandwidth/index.html +++ b/bandwidth/index.html @@ -31,7 +31,7 @@