X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7a7f33b5c1b3531ab761adba1cf19d4ad68cffcd..5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c:/js/show_history.js?ds=inline diff --git a/js/show_history.js b/js/show_history.js index 137e2193e..2aeb7d4fc 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -15,8 +15,6 @@ 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) + "&" window.open(url, "_new_generic", parm);