X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_history.js;h=55912590e1d4f680e4f99c52f13e3e0ae3339fff;hb=32fa785e63db8d0b0629be988589e89a92986d3e;hp=137e2193e505ffd23a90f4ad1862b6f65f535371;hpb=d629acd82a27e980899a044ca8b0f4becc8e94bb;p=kivitendo-erp.git diff --git a/js/show_history.js b/js/show_history.js index 137e2193e..55912590e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -15,9 +15,7 @@ function set_history_window(id) { var name = "History"; url = "common.pl?" + "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); }