mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Move some knockoutjs bindings, extenders and functions to Admin and User specific areas
This commit is contained in:
parent
95e88af017
commit
9c18126843
8 changed files with 368 additions and 344 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import ko from 'ko';
|
||||
import ko from 'External/Admin/ko';
|
||||
|
||||
import { StorageResultType } from 'Common/Enums';
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,10 @@ import { startScreens, showScreenPopup } from 'Knoin/Knoin';
|
|||
|
||||
import { AbstractApp } from 'App/Abstract';
|
||||
|
||||
const doc = document, Settings = rl.settings;
|
||||
require('External/User/ko');
|
||||
|
||||
const doc = document,
|
||||
Settings = rl.settings;
|
||||
|
||||
class AppUser extends AbstractApp {
|
||||
constructor() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue