diff --git a/application/views/logbookadvanced/index.php b/application/views/logbookadvanced/index.php index 4a35c9f1c..1814b89f7 100644 --- a/application/views/logbookadvanced/index.php +++ b/application/views/logbookadvanced/index.php @@ -36,8 +36,9 @@ \"iota\":{\"show\":\"true\"}, \"pota\":{\"show\":\"true\"}, \"operator\":{\"show\":\"true\"}, - \"comment\":{\"show\":\"true\", - \"propagation\":{\"show\":\"true\"}}"; + \"comment\":{\"show\":\"true\"}, + \"propagation\":{\"show\":\"true\"} + }"; } $current_opts = json_decode($options); echo "var user_options = $options;";