X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_history.js;h=e0cfec45e61dcc6ae9296a2e812c1f1d947d17a3;hb=92652bf74aa931c22041a5c22a16b195d64601f0;hp=2aeb7d4fc2922b986c91c3a1e84ca0bde578b381;hpb=5b22b6b5b7dbb290048cd15b3ede7d18cba4d09c;p=kivitendo-erp.git diff --git a/js/show_history.js b/js/show_history.js index 2aeb7d4fc..e0cfec45e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -14,8 +14,9 @@ function set_history_window(id) { var parm = centerParms(800,500) + ",width=800,height=500,status=yes,scrollbars=yes"; var name = "History"; url = "common.pl?" + + "INPUT_ENCODING=UTF-8&" + "action=show_history&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); }