diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-01 14:54:35 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-01 14:54:35 +1200 |
commit | aaab85b482efd5e90bb7d5e82a5186706f92aed1 (patch) | |
tree | cb27791b9030f7fec7b7dd167bdbe4307d04e1dd /web | |
parent | e2df061ec7d8e4ff21c9a033985d9ca56118556e (diff) | |
download | trackermap-server-aaab85b482efd5e90bb7d5e82a5186706f92aed1.tar.gz trackermap-server-aaab85b482efd5e90bb7d5e82a5186706f92aed1.tar.bz2 trackermap-server-aaab85b482efd5e90bb7d5e82a5186706f92aed1.zip |
Add link to official website
Diffstat (limited to 'web')
-rw-r--r-- | web/app/view/login/Login.js | 3 | ||||
-rw-r--r-- | web/debug.html | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/login/Login.js b/web/app/view/login/Login.js index 6cfaa4645..b1d3f34a7 100644 --- a/web/app/view/login/Login.js +++ b/web/app/view/login/Login.js @@ -27,8 +27,7 @@ Ext.define('Traccar.view.login.Login', { title: strings.login_title, closable: false, resizable: false, - modal: true, - + items: { xtype: 'form', reference: 'form', diff --git a/web/debug.html b/web/debug.html index 6210ad663..f4cad1012 100644 --- a/web/debug.html +++ b/web/debug.html @@ -10,5 +10,6 @@ <script type="text/javascript" src="app.js"></script> </head> <body> +<div style="position: fixed; bottom: 10px; right: 15px; font-size: x-small;">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div> </body> </html> |