summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.js b/modules/system/system.js
index 4da80811d..7df037283 100644
--- a/modules/system/system.js
+++ b/modules/system/system.js
@@ -126,7 +126,7 @@ Drupal.behaviors.userTimeZones = {
$('#edit-configurable-timezones', context).change(function () {
$('#empty-timezone-message-wrapper').toggle();
});
- },
+ }
};
/**
@@ -160,7 +160,7 @@ Drupal.behaviors.pageCache = {
$('#page-compression-wrapper').show();
$('#cache-error').show();
});
- },
+ }
};
/**