diff options
Diffstat (limited to 'misc/drupal.js')
-rw-r--r-- | misc/drupal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/drupal.js b/misc/drupal.js index 2d25a7a59..80414afb0 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!"); } } |