mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
See ChangeLog
Monotone-Parent: cf113a40bd52153bf7981b492915e149294e2c84 Monotone-Revision: f68bc0f7c4af372fd5c49f8961ad1605dd875d1f Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-12-30T19:48:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1270,7 +1270,7 @@ function refreshEvents() {
|
||||
var titleSearch;
|
||||
var value = search["value"];
|
||||
if (value && value.length)
|
||||
titleSearch = "&search=" + value;
|
||||
titleSearch = "&search=" + escape(value.utf8encode());
|
||||
else
|
||||
titleSearch = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user