X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d6431367735d2113ed7ca96dc7b425ee02bd5af3..78650e309d0101ce7ec8ba60315ed5cc5fa42339:/js/show_form_details.js diff --git a/js/show_form_details.js b/js/show_form_details.js new file mode 100644 index 000000000..df2ff615b --- /dev/null +++ b/js/show_form_details.js @@ -0,0 +1,4 @@ +function show_form_details(new_value) { + document.forms[0].show_details.value = new_value; + document.getElementById("update_button").click(); +}