diff options
author | Abyss777 <abyss@fox5.ru> | 2017-03-24 17:21:16 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-03-24 17:56:01 +0500 |
commit | 37c1c6a786e4ca385e373c645654663e38701e7c (patch) | |
tree | 2732ef1dcd8d1771888af5d725f103593beaf691 /web/app/view/ServerDialog.js | |
parent | 49eebb3a0d11e3c4d6f6951312e44bf65ce02906 (diff) | |
download | trackermap-web-37c1c6a786e4ca385e373c645654663e38701e7c.tar.gz trackermap-web-37c1c6a786e4ca385e373c645654663e38701e7c.tar.bz2 trackermap-web-37c1c6a786e4ca385e373c645654663e38701e7c.zip |
Use cookies to save buttons state instead of User/Server attributes
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r-- | web/app/view/ServerDialog.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js index bba5e729..13ddcb31 100644 --- a/web/app/view/ServerDialog.js +++ b/web/app/view/ServerDialog.js @@ -150,12 +150,6 @@ Ext.define('Traccar.view.ServerDialog', { tooltip: Strings.sharedGetMapState, tooltipType: 'title' }, { - glyph: 'xf205@FontAwesome', - minWidth: 0, - handler: 'getToggleState', - tooltip: Strings.sharedGetToggleState, - tooltipType: 'title' - }, { xtype: 'tbfill' }, { glyph: 'xf00c@FontAwesome', |