X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7a7f33b5c1b3531ab761adba1cf19d4ad68cffcd..5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c:/js/show_am_history.js?ds=inline 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 + "&" +