From 917b1064c735486e37439d6d0e6d6d3642521297 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 15 Dec 2016 10:05:37 +0500 Subject: Remove variable and use single quotes. --- web/app/view/CalendarDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/CalendarDialog.js') diff --git a/web/app/view/CalendarDialog.js b/web/app/view/CalendarDialog.js index 31d898e..793f6ab 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 -- cgit v1.2.3