diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 16:08:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 16:08:52 +0000 |
commit | 0a1009e5f4c400d3be8443eb4c243f0a5e8d9643 (patch) | |
tree | 3fdd0eabaa4e331afd9150d45b49857990a1d87a /modules/system | |
parent | dd3856d6ec9bdea2ef1e3477e3a7e23a4af89eb1 (diff) | |
download | brdo-0a1009e5f4c400d3be8443eb4c243f0a5e8d9643.tar.gz brdo-0a1009e5f4c400d3be8443eb4c243f0a5e8d9643.tar.bz2 |
#673450 by casey and Jody Lynn: Cleanup JavaScript file syntax.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.js b/modules/system/system.js index 0b474deb9..ba52db018 100644 --- a/modules/system/system.js +++ b/modules/system/system.js @@ -17,7 +17,7 @@ Drupal.hideEmailAdministratorCheckbox = function () { // Toggle the display as necessary when the checkbox is clicked. $('#edit-update-status-module-1').change( function () { $('.form-item-update-status-module-2').toggle(); - }) + }); }; /** |