diff options
Diffstat (limited to 'static/search/browser.html')
| -rwxr-xr-x | static/search/browser.html | 2 |
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 }, |
