X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fshow_history.js;h=55912590e1d4f680e4f99c52f13e3e0ae3339fff;hb=6b063f3c88f7ca16e83a19759441a05e0ff84a47;hp=2aeb7d4fc2922b986c91c3a1e84ca0bde578b381;hpb=81d1ae0f68bcc51a95d90b3cd6d8786231d29979;p=kivitendo-erp.git diff --git a/js/show_history.js b/js/show_history.js index 2aeb7d4fc..55912590e 100644 --- a/js/show_history.js +++ b/js/show_history.js @@ -16,6 +16,6 @@ function set_history_window(id) { url = "common.pl?" + "action=show_history&" + "longdescription=" + "&" + - "input_name=" + escape(id) + "&" + "input_name=" + encodeURIComponent(id) + "&" window.open(url, "_new_generic", parm); }