From: Jean-Philippe Lang Date: Sun, 12 Dec 2010 16:26:24 +0000 (+0000) Subject: Use GET instead of POST to retrieve context menu (#6762). X-Git-Tag: 1.1.0~92 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aaee26ae229f1f6cc863094aa58f32c434c98c58;p=redmine.git 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 --- 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){