mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
New Sieve GUI improvements #80
This commit is contained in:
parent
ffc2da33f8
commit
0bd3804265
48 changed files with 181 additions and 144 deletions
|
|
@ -134,7 +134,7 @@ export class SieveScriptPopupView extends rl.pluginPopupView {
|
|||
|
||||
templateName(obj) {
|
||||
const id = 'Sieve' + obj.constructor.name;
|
||||
return document.getElementById(id) ? id : null;
|
||||
return document.getElementById(id) ? id : 'SieveCommand';
|
||||
}
|
||||
|
||||
beforeShow(oScript) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue