Merge branch 'xorg/1.0.2/master' into xorg/master
[platal.git] / templates / emails / send.tpl
index 263fce4..24189b2 100644 (file)
       saveMessage();
       return true;
     });
-  $(document).ready(
+  $(
     function() {
       // Remove empty options in select (they were added only for HTML
       // compatibility).
       $('#cc_contacts option[value=""]').remove();
     });
 
-    $(document).ready(function() {
+    $(function() {
       $("[name='to']").focus();
     });
   {/literal}