X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a298090f348eb69e9e7ff91421e4842b01ae705a..69822fd215cb15e1bb017f1af6f0a185f62a31e2:/js/show_history.js diff --git a/js/show_history.js b/js/show_history.js index 9d95dfacc..137e2193e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -17,8 +17,7 @@ function set_history_window(id) { "action=show_history&" + "login=" + encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+ "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" + - "path=" + encodeURIComponent(document.getElementsByName("path")[0].value) + "&" + "longdescription=" + "&" + "input_name=" + escape(id) + "&" window.open(url, "_new_generic", parm); -} \ No newline at end of file +}