mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Code refactoring
This commit is contained in:
parent
4a95dd6195
commit
36329110e5
81 changed files with 3474 additions and 2124 deletions
|
|
@ -64,8 +64,8 @@
|
|||
{
|
||||
if (oData.Result)
|
||||
{
|
||||
var RL = require('../Boots/AdminApp.js');
|
||||
RL.loginAndLogoutReload();
|
||||
var App = require('../Apps/AdminApp.js');
|
||||
App.loginAndLogoutReload();
|
||||
}
|
||||
else if (oData.ErrorCode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue