Das Javascript-MenĂ¼ durch eine andere Implementation ersetzt, die auch unter dem...
[kivitendo-erp.git] / js / show_history.js
index 137e219..5591259 100644 (file)
@@ -15,9 +15,7 @@ function set_history_window(id) {
   var name = "History";
   url = "common.pl?" +
     "action=show_history&" +
-    "login=" +  encodeURIComponent(document.getElementsByName("login")[0].value)+ "&"+
-    "password=" + encodeURIComponent(document.getElementsByName("password")[0].value) + "&" +
     "longdescription=" + "&" +
-    "input_name=" + escape(id) + "&"
+    "input_name=" + encodeURIComponent(id) + "&"
   window.open(url, "_new_generic", parm);
 }