enable 'usersnet' table with indexes and reading info from it
[brisk.git] / web / room.js
index f6d6d24..a8230db 100644 (file)
@@ -451,7 +451,10 @@ function info_show(username)
                        guar: { type: 'value' },
                        match: { type: 'value' },
                        game: { type: 'value' },
-                       friend: { type: 'radio' } };
+                       friend: { type: 'radio' },
+                       skill: { type: 'radio' },
+                       trust: { type: 'radio' }
+                     };
 
         info = new Fieldify($('info'), fields);
         info.populate(info_in);