mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Code refactoring
This commit is contained in:
parent
4a95dd6195
commit
36329110e5
81 changed files with 3474 additions and 2124 deletions
|
|
@ -65,7 +65,7 @@
|
|||
this.createFolder = Utils.createCommand(this, function () {
|
||||
|
||||
var
|
||||
RL = require('../../Boots/RainLoopApp.js'),
|
||||
App = require('../../Apps/RainLoopApp.js'),
|
||||
sParentFolderName = this.selectedParentValue()
|
||||
;
|
||||
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
Data.foldersCreating(false);
|
||||
if (Enums.StorageResultType.Success === sResult && oData && oData.Result)
|
||||
{
|
||||
RL.folders();
|
||||
App.folders();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue