- Oopsie, faulty rcsmerge

4.7.x
Steven Wittens 2005-12-21 15:04:23 +00:00
parent 42f5ddd347
commit 4b0067ee16
1 changed files with 0 additions and 6 deletions

View File

@ -66,15 +66,9 @@ 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();