Monotone-Parent: fc9d10c123885769669adb2eef1fa95420c32ff6

Monotone-Revision: 6e9bce1000589aa89ad5a242618e33803b931ca2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-02T20:06:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-02 20:06:53 +00:00
parent ad372b07aa
commit 973fe8eb87
8 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ function onFolderSelectionChange() {
function onSearchFormSubmit() {
var searchValue = $("searchValue");
openContactsFolder(URLForFolderID(currentContactFolder),
openContactsFolder(currentContactFolder,
"search=" + searchValue.value);
return false;