From e4acd577b0f4d83780d8101c3dc5ba177d649604 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 7 Sep 2017 09:12:34 +0500 Subject: - Save attributes with correct types - Make two toolbars scrollable --- web/app/view/dialog/User.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/app/view/dialog/User.js') diff --git a/web/app/view/dialog/User.js b/web/app/view/dialog/User.js index f646d49..43990a5 100644 --- a/web/app/view/dialog/User.js +++ b/web/app/view/dialog/User.js @@ -85,8 +85,7 @@ Ext.define('Traccar.view.dialog.User', { inputValue: true, uncheckedValue: false, name: 'twelveHourFormat', - fieldLabel: Strings.settingsTwelveHourFormat, - allowBlank: false + fieldLabel: Strings.settingsTwelveHourFormat }, { xtype: 'combobox', name: 'coordinateFormat', -- cgit v1.2.3