summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2009-08-05 06:46:39 +0200
committerMorten Sorvig <msorvig@trolltech.com>2009-08-05 06:46:39 +0200
commitf2f99012d62802a8cbd0200788efdf8d3479bbed (patch)
tree447d15406502071944fccbd3e2f4e551ed4bd035 /src
parent47550aeb97dee44e69657906e6c2e37791e32105 (diff)
Use POST instead of GET to send events
Diffstat (limited to 'src')
-rw-r--r--src/sessionhandler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sessionhandler.js b/src/sessionhandler.js
index 5916a6f..c8e9800 100644
--- a/src/sessionhandler.js
+++ b/src/sessionhandler.js
@@ -3,7 +3,7 @@ function request(theurl)
{
// console.log("send request: " + theurl);
var webclientObject = this;
- dojo.xhrGet( {
+ dojo.xhrPost( {
// The following URL must match that used to test the server.
url: theurl,
timeout: 0, // Time in milliseconds