X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/js/show_history.js diff --git a/js/show_history.js b/js/show_history.js index 2aeb7d4fc..e0cfec45e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -14,8 +14,9 @@ function set_history_window(id) { var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes"; var name = "History"; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=show_history&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); }