X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7a7f33b5c1b3531ab761adba1cf19d4ad68cffcd..5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c:/js/common.js diff --git a/js/common.js b/js/common.js index b354d3ccc..a89fa02be 100644 --- a/js/common.js +++ b/js/common.js @@ -44,8 +44,6 @@ function set_longdescription_window(input_name) { var name = document.getElementsByName(input_name)[0].value; url = "common.pl?" + "action=set_longdescription&" + - "login=" + encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+ - "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" + "longdescription=" + escape_more(document.getElementsByName(input_name)[0].value) + "&" + "input_name=" + escape_more(input_name) + "&" window.open(url, "_new_generic", parm);