From 60901f5dfd46aefa394e5170eda47d3437754255 Mon Sep 17 00:00:00 2001 From: wysiwyng <4764286+wysiwyng@users.noreply.github.com> Date: Fri, 16 Feb 2018 22:14:14 +0100 Subject: [PATCH] change single quotes to make codacy happy --- code/html/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/html/custom.js b/code/html/custom.js index b10ade1d..708c09d2 100644 --- a/code/html/custom.js +++ b/code/html/custom.js @@ -1021,7 +1021,7 @@ function processData(data) { if ("schedule" === key) { for (i in value) { var schedule = value[i]; - var sch_line = addSchedule({ data: {schType: schedule['schType'] }}); + var sch_line = addSchedule({ data: {schType: schedule["schType"] }}); Object.keys(schedule).forEach(function(key) { var sch_value = schedule[key];