summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-12-21 15:03:32 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-12-21 15:03:32 +0000
commit42f5ddd3477b9d75a879e4be60fe7a2757b79572 (patch)
tree7c3938b7d1dc28e5248d2002c4c7e9861d40a885 /misc
parent19aad8934fabb6a7334b88ce343ea62ae0f9e359 (diff)
downloadbrdo-42f5ddd3477b9d75a879e4be60fe7a2757b79572.tar.gz
brdo-42f5ddd3477b9d75a879e4be60fe7a2757b79572.tar.bz2
- Clarifying Opera bug to Opera 8
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/drupal.js b/misc/drupal.js
index 1bc35c757..e9c1c373d 100644
--- a/misc/drupal.js
+++ b/misc/drupal.js
@@ -66,9 +66,15 @@ function HTTPGet(uri, callbackFunction, callbackParameter) {
/**
* Creates an HTTP POST request and sends the response to the callback function
+<<<<<<< drupal.js
+ *
+ * Note: passing null or undefined for 'object' makes the request fail in Opera 8.
+ * Pass an empty string instead.
+=======
*
* Note: passing null or undefined for 'object' makes the request fail in Opera.
* Pass an empty string instead, if you must.
+>>>>>>> 1.12
*/
function HTTPPost(uri, callbackFunction, callbackParameter, object) {
var xmlHttp = new XMLHttpRequest();