| changeset 22 | 948283342245 |
| parent 9 | 2ab67fa1e78d |
| child 45 | 37c9a17c3284 |
--- a/server/src/main/webapp/js/main_coweb.js Fri Aug 17 18:36:12 2012 +0200 +++ b/server/src/main/webapp/js/main_coweb.js Mon Aug 20 16:07:15 2012 +0200 @@ -18,5 +18,7 @@ // on page load, prepare, join, and update in a session var sess = coweb.initSession(); sess.prepare(); + this.collab = coweb.initCollab({id:'renkan'}); }); }); +