summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.js2
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();
- })
+ });
};
/**