mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
missing bracket
This commit is contained in:
@@ -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;";
|
||||
|
||||
Reference in New Issue
Block a user