X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_am_history.js;h=8888ab6321da05bb1fbdf95b14ffc566c225d90a;hb=bd4acad83b7bfd9e59b770a7d86824fc0a4a156c;hp=8dd1e69d27b155f35315f88a5eb7fd39ce9f4ea9;hpb=bab39fc246bed0c9bb6906032bd47c1d61b8e2ec;p=kivitendo-erp.git diff --git a/js/show_am_history.js b/js/show_am_history.js index 8dd1e69d2..8888ab632 100644 --- a/js/show_am_history.js +++ b/js/show_am_history.js @@ -1,8 +1,6 @@ function set_history_uri() { document.location.href = "am.pl?" + "action=show_am_history&" + - "login=" + encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+ - "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" + "longdescription=" + "&" + "einschraenkungen=" + document.getElementById("einschraenkungen").value + "&" + "transdate=" + document.getElementById("transdate_hidden").value + "&" +