summaryrefslogtreecommitdiff
path: root/static/search/browser.html
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-01 15:14:30 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-02-01 15:14:30 -0500
commite03dedba4c113a87d35e5ddf00e8ccf9acfc760b (patch)
tree4f9d66c43a9ce0889a52f86a3e34eaf473b68a95 /static/search/browser.html
parent02a283dd0071d090fd712c92ca88c5f3af2908a3 (diff)
timb merging ryder's changes
Diffstat (limited to 'static/search/browser.html')
-rwxr-xr-xstatic/search/browser.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/search/browser.html b/static/search/browser.html
index 917294f..f1fa8f6 100755
--- a/static/search/browser.html
+++ b/static/search/browser.html
@@ -319,7 +319,7 @@ background-image:url(/static/bg-btn-blue.png);
function keepResult(res) {
$.ajax({
- type: 'GET',
+ type: 'POST',
timeout: 5000,
url: '/msg',
data: { 'room': 'RoomA', 'content': res.unescapedUrl },