missing bracket

This commit is contained in:
HB9HIL
2024-05-20 10:17:04 +02:00
parent 27bd5aa74f
commit a36ecec8f4

View File

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