first step of the preferences management
[brisk.git] / web / room.js
index c8c5052..31e97b8 100644 (file)
@@ -694,7 +694,16 @@ function j_pollbox(form)
     return (false);
 }
 
+function prefs_load(content)
+{
+    var prefs_new;
+    var s;
+
+    s = "prefs_new = " + content;
+    eval(s);
 
+    return (prefs_new);
+}
 
 
 function list_set(what, is_update, info)