summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-12-12 16:26:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-12-12 16:26:24 +0000
commitaaee26ae229f1f6cc863094aa58f32c434c98c58 (patch)
tree86d9658d1f44a5970f5dcd15d2102db6038b4dd4
parent29e0bca43a6df01fe14b92ac2214eaf02b06ee62 (diff)
downloadredmine-aaee26ae229f1f6cc863094aa58f32c434c98c58.tar.gz
redmine-aaee26ae229f1f6cc863094aa58f32c434c98c58.zip
Use GET instead of POST to retrieve context menu (#6762).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4504 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/javascripts/context_menu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/javascripts/context_menu.js b/public/javascripts/context_menu.js
index dc18e0af1..4bb73eec7 100644
--- a/public/javascripts/context_menu.js
+++ b/public/javascripts/context_menu.js
@@ -121,6 +121,7 @@ ContextMenu.prototype = {
new Ajax.Updater({success:'context-menu'}, this.url,
{asynchronous:true,
+ method: 'get',
evalScripts:true,
parameters:Form.serialize(Event.findElement(e, 'form')),
onComplete:function(request){