aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-03-25 17:27:25 +1300
committerGitHub <noreply@github.com>2017-03-25 17:27:25 +1300
commitd68f47ef27eb6afc28444f2e7e0a8310ae4f25b5 (patch)
tree40ac870d42f129cd38bd43410cc7080cfdc3711c /web/app/view/UserDialog.js
parent49eebb3a0d11e3c4d6f6951312e44bf65ce02906 (diff)
parentd1a21515aec2d8b6c0ecbc4ca10c54f594e4820e (diff)
downloadetbsa-traccar-web-d68f47ef27eb6afc28444f2e7e0a8310ae4f25b5.tar.gz
etbsa-traccar-web-d68f47ef27eb6afc28444f2e7e0a8310ae4f25b5.tar.bz2
etbsa-traccar-web-d68f47ef27eb6afc28444f2e7e0a8310ae4f25b5.zip
Merge pull request #447 from Abyss777/save_state
Use cookies to save buttons state instead of User/Server attributes
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r--web/app/view/UserDialog.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 874f9f0..8df7f2f 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -202,12 +202,6 @@ Ext.define('Traccar.view.UserDialog', {
tooltip: Strings.sharedGetMapState,
tooltipType: 'title'
}, {
- glyph: 'xf205@FontAwesome',
- minWidth: 0,
- handler: 'getToggleState',
- tooltip: Strings.sharedGetToggleState,
- tooltipType: 'title'
- }, {
glyph: 'xf003@FontAwesome',
minWidth: 0,
handler: 'testNotification',