summaryrefslogtreecommitdiff
path: root/misc/drupal.js
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-12-19 14:27:28 +0000
committerDries Buytaert <dries@buytaert.net>2005-12-19 14:27:28 +0000
commit0212f66ff1682ab699830d7571a5ff5ee85aa725 (patch)
tree35399340768065f080c1a43373dfb49ecf71e171 /misc/drupal.js
parent616407465535c128eca2982a961284452fe2a855 (diff)
downloadbrdo-0212f66ff1682ab699830d7571a5ff5ee85aa725.tar.gz
brdo-0212f66ff1682ab699830d7571a5ff5ee85aa725.tar.bz2
- Patch #40677 by Steven: make the updater work again.
Diffstat (limited to 'misc/drupal.js')
-rw-r--r--misc/drupal.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/drupal.js b/misc/drupal.js
index f1af13be1..1bc35c757 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -66,6 +66,9 @@ function HTTPGet(uri, callbackFunction, callbackParameter) {
/**
* Creates an HTTP POST request and sends the response to the callback function
+ *
+ * Note: passing null or undefined for 'object' makes the request fail in Opera.
+ * Pass an empty string instead, if you must.
*/
function HTTPPost(uri, callbackFunction, callbackParameter, object) {
var xmlHttp = new XMLHttpRequest();