mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
babeljs: step 2
This commit is contained in:
parent
007a03b8d4
commit
53cf543795
74 changed files with 2551 additions and 2963 deletions
|
|
@ -83,7 +83,7 @@
|
|||
{
|
||||
if (this.access() && !this.community)
|
||||
{
|
||||
require('App/Admin').reloadCoreData();
|
||||
require('App/Admin').default.reloadCoreData();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
{
|
||||
if (!this.coreUpdating() && !this.community)
|
||||
{
|
||||
require('App/Admin').updateCoreData();
|
||||
require('App/Admin').default.updateCoreData();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
})
|
||||
;
|
||||
|
||||
require('App/Admin').reloadDomainList();
|
||||
require('App/Admin').default.reloadDomainList();
|
||||
};
|
||||
|
||||
DomainsAdminSettings.prototype.onDomainLoadRequest = function (sResult, oData)
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
DomainsAdminSettings.prototype.onDomainListChangeRequest = function ()
|
||||
{
|
||||
require('App/Admin').reloadDomainList();
|
||||
require('App/Admin').default.reloadDomainList();
|
||||
};
|
||||
|
||||
module.exports = DomainsAdminSettings;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
|
||||
PackagesAdminSettings.prototype.onBuild = function ()
|
||||
{
|
||||
require('App/Admin').reloadPackagesList();
|
||||
require('App/Admin').default.reloadPackagesList();
|
||||
};
|
||||
|
||||
PackagesAdminSettings.prototype.requestHelper = function (oPackage, bInstall)
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
require('App/Admin').reloadPackagesList();
|
||||
require('App/Admin').default.reloadPackagesList();
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
AppStore = require('Stores/Admin/App'),
|
||||
PluginStore = require('Stores/Admin/Plugin'),
|
||||
|
||||
|
||||
Remote = require('Remote/Admin/Ajax')
|
||||
;
|
||||
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
PluginsAdminSettings.prototype.onShow = function ()
|
||||
{
|
||||
PluginStore.plugins.error('');
|
||||
require('App/Admin').reloadPluginList();
|
||||
require('App/Admin').default.reloadPluginList();
|
||||
};
|
||||
|
||||
PluginsAdminSettings.prototype.onPluginLoadRequest = function (sResult, oData)
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
require('App/Admin').reloadPluginList();
|
||||
require('App/Admin').default.reloadPluginList();
|
||||
};
|
||||
|
||||
module.exports = PluginsAdminSettings;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue