Umleitung der Ansprechpersonensuche (im MenĂ¼V3-Header) gefixt
authorThomas Heck <theck@linet-services.de>
Thu, 13 Dec 2012 10:42:07 +0000 (11:42 +0100)
committerThomas Heck <theck@linet-services.de>
Thu, 13 Dec 2012 10:45:06 +0000 (11:45 +0100)
fixt #2105

templates/webpages/menu/menuv3.html

index 39e29f5..537ec9c 100644 (file)
@@ -21,7 +21,7 @@ function on_keydown_quicksearch(e) {
   var url = "ct.pl?action=list_contacts&INPUT_ENCODING=utf-8&filter.status=active&search_term=" + encodeURIComponent(value);
 
   search_term.val('');
-  $("#win1").attr('src', url);
+  window.location.href = url;
 
   return false;
 }