Clean comments; adata on the serverside; update postcss; APC size

This commit is contained in:
Bjorn Neergaard
2016-01-03 19:18:55 -06:00
parent 9c1e05f57e
commit 1319bd722d
6 changed files with 17 additions and 23 deletions
+1
View File
@@ -252,6 +252,7 @@
json_data["config"] = get_config_data()
if(!isnull(data))
json_data["data"] = data
json_data["adata"] = data
// Generate the JSON; replace bad characters.
var/json = JSON.stringify(json_data)