X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d629acd82a27e980899a044ca8b0f4becc8e94bb..ce2e13e64bf9de995020cf18fd7ef36f199f018d:/js/calculate_qty.js?ds=inline diff --git a/js/calculate_qty.js b/js/calculate_qty.js index 048346c1a..fb04cd7cd 100644 --- a/js/calculate_qty.js +++ b/js/calculate_qty.js @@ -8,8 +8,6 @@ function calculate_qty_selection_window(input_name, alu, formel, row) { } else var action = "calculate_qty"; url = "common.pl?" + "action=" + action + "&" + - "login=" + encodeURIComponent(document.getElementsByName("login")[0].value) + "&" + - "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" + "name=" + escape(name) + "&" + "input_name=" + escape(input_name) + "&" + "description=" + escape(description) + "&" +