From aa39f5c787ca3ef6f8365b33ea5708112fb7acca Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 18 Aug 2005 05:14:06 +0000 Subject: [PATCH] - Patch #29095 by Moshe: fixed parse error in drupal.js. --- misc/drupal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/drupal.js b/misc/drupal.js index 2d25a7a59af2..80414afb08f8 100644 --- a/misc/drupal.js +++ b/misc/drupal.js @@ -33,7 +33,7 @@ if (typeof XMLHttpRequest == 'undefined') { } catch (e) { } } - throw new Error("No XML component installed!") + throw new Error("No XML component installed!"); } } -- GitLab