From 6d3d75fe4b8fb1c862010cc87839f1d9ede43265 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Jan 2009 14:08:44 +0000 Subject: - Removing whitespace. --- misc/timezone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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', -- cgit v1.2.3