X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fb4d2ffa6aae03b36e4db77be10c3d9dce4413f8..03ea97647e3fbdea4323f4f2136bdfa87cb15c1b:/js/show_vc_details.js diff --git a/js/show_vc_details.js b/js/show_vc_details.js index b85614bc6..5595e72fb 100644 --- a/js/show_vc_details.js +++ b/js/show_vc_details.js @@ -7,8 +7,6 @@ function show_vc_details(vc) { vc_id = vc_id[0].value; url = "common.pl?" + "action=show_vc_details&" + - "login=" + escape(document.getElementsByName("login")[0].value) + "&" + - "password=" + escape(document.getElementsByName("password")[0].value) + "&" + "vc=" + escape(vc) + "&" + "vc_id=" + escape(vc_id) //alert(url);