From 42f5ddd3477b9d75a879e4be60fe7a2757b79572 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 21 Dec 2005 15:03:32 +0000 Subject: - Clarifying Opera bug to Opera 8 --- misc/drupal.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'misc') 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(); -- cgit v1.2.3