aboutsummaryrefslogtreecommitdiff
path: root/web/app/controller/Root.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-28 15:55:33 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-28 16:08:48 +0500
commit69291297bab7e61af8596f6cca425fadbaf1304f (patch)
tree08db3c7567934c2f958413e3f077e4c1f15d31df /web/app/controller/Root.js
parent94973f80f543f82630351a7e5943dd4c9150a8b0 (diff)
downloadetbsa-traccar-web-69291297bab7e61af8596f6cca425fadbaf1304f.tar.gz
etbsa-traccar-web-69291297bab7e61af8596f6cca425fadbaf1304f.tar.bz2
etbsa-traccar-web-69291297bab7e61af8596f6cca425fadbaf1304f.zip
Move BaseDialog, subclasses and their controllers to dialog subfolder
Diffstat (limited to 'web/app/controller/Root.js')
-rw-r--r--web/app/controller/Root.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index 673f7fb..3bcc7bc 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Anton Tananaev (anton@traccar.org)
+ * Copyright 2015 - 2017 Anton Tananaev (anton@traccar.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ Ext.define('Traccar.controller.Root', {
extend: 'Ext.app.Controller',
requires: [
- 'Traccar.view.Login',
+ 'Traccar.view.dialog.Login',
'Traccar.view.Main',
'Traccar.view.MainMobile',
'Traccar.model.Position'