X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/25160f38f3485069e768f84e7fa7d2adec8415bb..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/js/common.js diff --git a/js/common.js b/js/common.js index 15a507113..797619448 100644 --- a/js/common.js +++ b/js/common.js @@ -41,7 +41,6 @@ function set_longdescription_window(input_name) { "action=set_longdescription&" + "login=" + encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+ "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" + - "path=" + encodeURIComponent(document.getElementsByName("path")[0].value) + "&" + "longdescription=" + escape(document.getElementsByName(input_name)[0].value) + "&" + "input_name=" + escape(input_name) + "&" window.open(url, "_new_generic", parm);