X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/a298090f348eb69e9e7ff91421e4842b01ae705a..6f266e929ff3eaefc84c34b46fa452c50eecbcf4:/js/show_history.js diff --git a/js/show_history.js b/js/show_history.js index 9d95dfacc..e0cfec45e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -14,11 +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&" + - "login=" + encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+ - "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" + - "path=" + encodeURIComponent(document.getElementsByName("path")[0].value) + "&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); -} \ No newline at end of file +}