summaryrefslogtreecommitdiff
path: root/misc/timezone.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/timezone.js')
-rw-r--r--misc/timezone.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/timezone.js b/misc/timezone.js
index 104c3b072..7cd4cdde9 100644
--- a/misc/timezone.js
+++ b/misc/timezone.js
@@ -49,7 +49,7 @@ Drupal.behaviors.setTimezone = {
var path = 'system/timezone/' + abbreviation + '/' + offsetNow + '/' + isDaylightSavingTime;
var element = this;
$.ajax({
- async: false,
+ async: false,
url: Drupal.settings.basePath,
data: { q: path, date: dateString },
dataType: 'json',