summaryrefslogtreecommitdiff
path: root/static/search/browser.html
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-02-01 20:57:47 -0500
committersostler <sbostler@gmail.com>2010-02-01 20:57:47 -0500
commitf48be07d06c13aca598eee597a8384553e848925 (patch)
treeae6964dc1943a985dc55eeed2e1cfaa755ec3c47 /static/search/browser.html
parent012293438dc4fe0b347e012970eb1187502d3fa3 (diff)
parentc4e2a34d4d03386f9eb66169e0010c03521b9ca8 (diff)
Merge branch 'master' of ssh://sostler@dump.fm/home/dumpfmprod/prod
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 },