update 2004291516

This commit is contained in:
Val
2020-04-29 15:16:44 -04:00
parent 98154beb32
commit 1d9ba0d5c7
2 changed files with 10 additions and 12 deletions

View File

@@ -1,15 +1,3 @@
// const weeklySpreadsheets = [];
// $.ajax({
// url: 'https://raw.githubusercontent.com/CarolinaLogistic/linkboard/master/json/ss_payroll-weeks.json',
// success: function(json) {
// const data = JSON.parse(json);
// for (let date in data)
// weeklySpreadsheets.push(date, data[date]);
// }
// });
const weeklySpreadsheets = [
// new WeeklySpreadsheet(start, key),