From ae2780a1d996e1bf5d9df665594026f79fc38dd9 Mon Sep 17 00:00:00 2001 From: sipp11 Date: Thu, 8 Sep 2016 08:58:33 +0700 Subject: [PATCH] Update UI to show location/caretaker --- js/stdb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/stdb.js b/js/stdb.js index c304472..043e3ea 100755 --- a/js/stdb.js +++ b/js/stdb.js @@ -157,7 +157,8 @@ function getData(respone) { +'
' +'

'+dataInstrument[i].name+'

' +'

#'+dataInstrument[i].custom_id+'

' - +'

@'+dataInstrument[i].caretaker+'

' + +'@'+dataInstrument[i].location+'' + +'

☛ '+dataInstrument[i].caretaker+'

' +'
'// end of right // End +'';