Fix dynPost (Closes #1451)
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 29 Mar 2011 18:35:12 +0000 (20:35 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 29 Mar 2011 18:46:13 +0000 (20:46 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/javascript/core.js

index d863c56..6f57bb7 100644 (file)
                     }).appendTo(form);
                 }
             }
-            $('body').appendTo(form);
+            $('body').append(form);
             form.submit();
         },