@@ -56,7 +56,7 function setPredecessorFieldsVisibility() { | |||
|
56 | 56 | function promptToRemote(text, param, url) { |
|
57 | 57 | value = prompt(text + ':'); |
|
58 | 58 | if (value) { |
|
59 | new Ajax.Request(url + '?' + param + '=' + value, {asynchronous:true, evalScripts:true}); | |
|
59 | new Ajax.Request(url + '?' + param + '=' + encodeURIComponent(value), {asynchronous:true, evalScripts:true}); | |
|
60 | 60 | return false; |
|
61 | 61 | } |
|
62 | 62 | } |
General Comments 0
You need to be logged in to leave comments.
Login now