X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_history.js;h=e0cfec45e61dcc6ae9296a2e812c1f1d947d17a3;hb=cc47124952e133ee4edbc116d927b90040dc8a05;hp=137e2193e505ffd23a90f4ad1862b6f65f535371;hpb=d629acd82a27e980899a044ca8b0f4becc8e94bb;p=kivitendo-erp.git diff --git a/js/show_history.js b/js/show_history.js index 137e2193e..e0cfec45e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -14,10 +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) + "&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); }