X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/54e4131e091831e00a861fe2c4f53e344b87ddca..ce2e13e64bf9de995020cf18fd7ef36f199f018d:/js/calculate_qty.js?ds=inline diff --git a/js/calculate_qty.js b/js/calculate_qty.js index 2c992a741..fb04cd7cd 100644 --- a/js/calculate_qty.js +++ b/js/calculate_qty.js @@ -8,9 +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) + "&" + - "path=" + encodeURIComponent(document.getElementsByName("path")[0].value) + "&" + "name=" + escape(name) + "&" + "input_name=" + escape(input_name) + "&" + "description=" + escape(description) + "&" +