From 0a1009e5f4c400d3be8443eb4c243f0a5e8d9643 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 16:08:52 +0000 Subject: #673450 by casey and Jody Lynn: Cleanup JavaScript file syntax. --- modules/system/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system') 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(); - }) + }); }; /** -- cgit v1.2.3