diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-15 10:05:37 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-15 10:05:37 +0500 |
commit | 917b1064c735486e37439d6d0e6d6d3642521297 (patch) | |
tree | 5b9c8ec31d86b83eb75577d3324a3f80c9c87026 /web/app/view/CalendarDialog.js | |
parent | eec9ffbf8213f1df69162131245cb3282c68ca0a (diff) | |
download | trackermap-web-917b1064c735486e37439d6d0e6d6d3642521297.tar.gz trackermap-web-917b1064c735486e37439d6d0e6d6d3642521297.tar.bz2 trackermap-web-917b1064c735486e37439d6d0e6d6d3642521297.zip |
Remove variable and use single quotes.
Diffstat (limited to 'web/app/view/CalendarDialog.js')
-rw-r--r-- | web/app/view/CalendarDialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/CalendarDialog.js b/web/app/view/CalendarDialog.js index 31d898ef..793f6ab2 100644 --- a/web/app/view/CalendarDialog.js +++ b/web/app/view/CalendarDialog.js @@ -40,7 +40,7 @@ Ext.define('Traccar.view.CalendarDialog', { allowBlank: false, buttonConfig: { glyph: 'xf093@FontAwesome', - text: "", + text: '', tooltip: Strings.calendarSelect, tooltipType: 'title', minWidth: 0 |