mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Better Remote.saveAdminConfig() and better idleTrigger for them
This commit is contained in:
parent
2588e5b328
commit
3b40f86c33
11 changed files with 76 additions and 81 deletions
10
dev/External/Admin/ko.js
vendored
10
dev/External/Admin/ko.js
vendored
|
|
@ -1,10 +0,0 @@
|
|||
import 'External/ko';
|
||||
import ko from 'ko';
|
||||
import { SaveSettingsStep } from 'Common/Enums';
|
||||
|
||||
// functions
|
||||
|
||||
ko.observable.fn.idleTrigger = function() {
|
||||
this.trigger = ko.observable(SaveSettingsStep.Idle);
|
||||
return this;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue