Index: admin_message_form.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/admin_message/admin_message_form.js,v
retrieving revision 1.1
diff -u -r1.1 admin_message_form.js
--- admin_message_form.js	21 Jul 2007 12:38:29 -0000	1.1
+++ admin_message_form.js	4 Aug 2007 17:34:22 -0000
@@ -4,10 +4,10 @@
 if (Drupal.jsEnabled) {
   $(document).ready(function() {  
     // Hide the other options if "Show message (sticky)" is not checked.    
-    $("#admin-message-toggle")[['hide', 'show'][Number($("#edit-sticky")[0].checked)]]()
+    $("#admin-message-toggle")[['hide', 'show'][Number($("#edit-sticky")[0].checked)]]();
     
     $("#edit-sticky").click(function() {
       $("#admin-message-toggle")[['hide', 'show'][Number(this.checked)]]();
-    })
+    });
   });
 }
