NanoUI PDA optimizations

This commit is contained in:
ZomgPonies
2013-12-29 12:32:51 -05:00
parent 54154ce581
commit 4c6e8fdbd4
4 changed files with 30 additions and 20 deletions
+2 -2
View File
@@ -178,8 +178,8 @@ We can't just insert in HTML into the nanoUI so we need the raw data to play wit
var/bot[0]
var/misc[0]
for(var/datum/data/record/t in data_core.general)
var/name = t.fields["name"]
var/rank = t.fields["rank"]
var/name = sanitize(t.fields["name"])
var/rank = sanitize(t.fields["rank"])
var/real_rank = t.fields["real_rank"]
var/isactive = t.fields["p_stat"]
var/department = 0