Merge remote branch 'origin/xorg/maint' into xorg/master
[platal.git] / templates / platal / preferences.tpl
index de70400..985ed11 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2011 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -27,7 +27,7 @@
 <script type="text/javascript">
 {literal}
 /* <![CDATA[ */
-$(document).ready(function() {
+$(function() {
   $("form input:radio").change(function() {
     $("#form").submit();
   });