Changeset 0.28.3 (#187)
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
───────────────────────────────────────────── */
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
//
|
||||
// Exports: window.NotifPrefs
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
const NotifPrefs = {
|
||||
_loaded: false,
|
||||
_prefs: [],
|
||||
@@ -161,3 +166,7 @@ NotifPrefs._getAdminSmtp = function() {
|
||||
if (pw) config.smtp_password = pw;
|
||||
return config;
|
||||
};
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.NotifPrefs = NotifPrefs;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user