mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 11:09:20 +03:00
change AbstractFetchRemote with a better structure
This commit is contained in:
parent
0d809dd574
commit
792fee547a
26 changed files with 265 additions and 723 deletions
|
|
@ -57,7 +57,7 @@ class SieveScriptPopupView extends AbstractViewPopup {
|
|||
script.body(script.filtersToRaw());
|
||||
}
|
||||
|
||||
Remote.filtersScriptSave(
|
||||
Remote.request('FiltersScriptSave',
|
||||
(iError, data) => {
|
||||
self.saving = false;
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ class SieveScriptPopupView extends AbstractViewPopup {
|
|||
script.hasChanges(false);
|
||||
}
|
||||
},
|
||||
script
|
||||
script.toJson()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue