diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-07-08 15:45:06 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-07-08 15:45:06 +1200 |
commit | bb65b3805a3093a8e08ccec7d0fb0436cddde442 (patch) | |
tree | 2a6f084bd30cba2444635edbce256d18b3351121 /web/app/view/edit | |
parent | f1aa169d98cb4e2944dfaed13981026602f800c5 (diff) | |
download | trackermap-web-bb65b3805a3093a8e08ccec7d0fb0436cddde442.tar.gz trackermap-web-bb65b3805a3093a8e08ccec7d0fb0436cddde442.tar.bz2 trackermap-web-bb65b3805a3093a8e08ccec7d0fb0436cddde442.zip |
Get rid on all modal windowsv3.12
Diffstat (limited to 'web/app/view/edit')
-rw-r--r-- | web/app/view/edit/UsersController.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/app/view/edit/UsersController.js b/web/app/view/edit/UsersController.js index c0644035..a6f150be 100644 --- a/web/app/view/edit/UsersController.js +++ b/web/app/view/edit/UsersController.js @@ -118,7 +118,6 @@ Ext.define('Traccar.view.edit.UsersController', { var user = this.getView().getSelectionModel().getSelection()[0]; Ext.create('Traccar.view.BaseWindow', { title: Strings.sharedNotifications, - modal: false, items: { xtype: 'notificationsView', user: user |