- Clarifying Opera bug to Opera 8

4.7.x
Steven Wittens 2005-12-21 15:03:32 +00:00
parent 19aad8934f
commit 42f5ddd347
1 changed files with 6 additions and 0 deletions

View File

@ -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();