mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 02:37:16 +00:00
See ChangeLog
Monotone-Parent: aadc4759a64f724760d38bbdfd92715182856439 Monotone-Revision: 5e99e6ac2d5684eba786f2ce14295f3a3b5267a3 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2012-06-21T23:32:18
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* generic.js - this file is part of SOGo
|
||||
|
||||
Copyright (C) 2005 SKYRIX Software AG
|
||||
Copyright (C) 2006-2011 Inverse
|
||||
Copyright (C) 2006-2012 Inverse
|
||||
|
||||
SOGo is free software; you can redistribute it and/or modify it under
|
||||
the terms of the GNU Lesser General Public License as published by the
|
||||
@@ -1143,7 +1143,7 @@ function onSearchFormSubmit(event) {
|
||||
|
||||
if (searchValue.value != searchValue.ghostPhrase
|
||||
&& (searchValue.value != searchValue.lastSearch
|
||||
|| searchValue.value.strip().length > 0)) {
|
||||
&& searchValue.value.strip().length > minimumSearchLength)) {
|
||||
search["criteria"] = searchCriteria.value;
|
||||
search["value"] = searchValue.value;
|
||||
searchValue.lastSearch = searchValue.value;
|
||||
|
||||
Reference in New Issue
Block a user