Removes JSON encoding of PDA Manifest list.

This commit is contained in:
Datraen
2016-03-26 15:31:08 -04:00
parent 357fd67a65
commit c09bb6d807
4 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -462,7 +462,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
data["convo_job"] = sanitize(c["job"])
break
if(mode==41)
data_core.get_manifest_json()
data_core.get_manifest_list()
if(mode==3)
@@ -531,7 +531,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
data["feed"] = feed
data["manifest"] = list("__json_cache" = ManifestJSON)
data["manifest"] = PDA_Manifest
nanoUI = data
// update the ui if it exists, returns null if no ui is passed/found