mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Monotone-Parent: 702a1b091244767d9453266731ab73a2070019b7
Monotone-Revision: 2045ada3c4deb0418109ebabb66ee2bc784546fd Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-19T11:31:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -179,7 +179,7 @@ function sanitizeMailTo(dirtyMailTo) {
|
||||
|
||||
function sanitizeWindowName(dirtyWindowName) {
|
||||
// IE is picky about the characters used for the window name.
|
||||
return dirtyWindowName.replace(/[\s\.\/-]/g, "_");
|
||||
return dirtyWindowName.replace(/[\s\.\/\-\@]/g, "_");
|
||||
}
|
||||
|
||||
function openUserFolderSelector(callback, type) {
|
||||
|
||||
Reference in New Issue
Block a user