mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 100a272abbd26f9913b032fcd40a1851360e76fb
Monotone-Revision: cbe2c19059ff9473bfab4d21315830b629b508b5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-11T14:52:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -214,7 +214,7 @@ function updateSieveFilterRow(filterTable, number, filter) {
|
||||
function _editFilter(filterId) {
|
||||
var urlstr = ApplicationBaseURL + "editFilter?filter=" + filterId;
|
||||
var win = window.open(urlstr, "sieve_filter_" + filterId,
|
||||
"width=450,height=380,resizable=0");
|
||||
"width=560,height=380,resizable=0");
|
||||
if (win)
|
||||
win.focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user