Oops, fix dynpost.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 8 Nov 2008 11:53:17 +0000 (12:53 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 8 Nov 2008 11:53:17 +0000 (12:53 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/javascript/xorg.js

index 959ad40..2f91124 100644 (file)
@@ -79,7 +79,7 @@ function dynpost(action, values)
     form.action = action;
     form.method = 'post';
 
-    $('body').appendChild(form);
+    $('body').get(0).appendChild(form);
 
     for (var k in values) {
         var input = document.createElement('input');