From ca204edc7b8b0ecb08f226d46e9aa9ec877a98db Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 29 Apr 2020 13:55:32 -0400 Subject: [PATCH 1/2] Create test.html --- app-new/test.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-new/test.html diff --git a/app-new/test.html b/app-new/test.html new file mode 100644 index 0000000..5919c63 --- /dev/null +++ b/app-new/test.html @@ -0,0 +1,30 @@ + + + +
+ + + + + + + + + + + + + From 4f1de2f60005eda6a64beb1bc3e070553c09fc3a Mon Sep 17 00:00:00 2001 From: Val <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 29 Apr 2020 13:59:06 -0400 Subject: [PATCH 2/2] Update test.html --- app-new/test.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-new/test.html b/app-new/test.html index 5919c63..30873d1 100644 --- a/app-new/test.html +++ b/app-new/test.html @@ -10,11 +10,11 @@ $.ajax({ url: 'https://raw.githubusercontent.com/CarolinaLogistic/linkboard/master/json/ss_payroll-weeks.json', success: function(json) { - const data = JSON.parse(json); - let content = ''; - for (let date in data) - content += date + ' ' + data[date] + '