projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe8667
)
Umleitung der Ansprechpersonensuche (im MenĂ¼V3-Header) gefixt
author
Thomas Heck
<theck@linet-services.de>
Thu, 13 Dec 2012 10:42:07 +0000
(11:42 +0100)
committer
Thomas Heck
<theck@linet-services.de>
Thu, 13 Dec 2012 10:45:06 +0000
(11:45 +0100)
fixt #2105
templates/webpages/menu/menuv3.html
patch
|
blob
|
history
diff --git
a/templates/webpages/menu/menuv3.html
b/templates/webpages/menu/menuv3.html
index
39e29f5
..
537ec9c
100644
(file)
--- a/
templates/webpages/menu/menuv3.html
+++ b/
templates/webpages/menu/menuv3.html
@@
-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;
}