Browse Source

change single quotes to make codacy happy

rfm69
wysiwyng 6 years ago
committed by GitHub
parent
commit
60901f5dfd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/html/custom.js

+ 1
- 1
code/html/custom.js View File

@ -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];


Loading…
Cancel
Save