diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 17:00:10 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-09 17:00:10 +1200 |
commit | b239fff7c8e68551d4f7da759cf18e23e7c741bb (patch) | |
tree | b21cccd1e7aed15dbaf38aef5740d3db07cd2ca3 | |
parent | a4fb348dbfe2a71e067bd36e24b33ea2130e8c1b (diff) | |
download | trackermap-server-b239fff7c8e68551d4f7da759cf18e23e7c741bb.tar.gz trackermap-server-b239fff7c8e68551d4f7da759cf18e23e7c741bb.tar.bz2 trackermap-server-b239fff7c8e68551d4f7da759cf18e23e7c741bb.zip |
Add missing space
-rw-r--r-- | web/app/view/Notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Notifications.js b/web/app/view/Notifications.js index 9d9e68471..996ce3748 100644 --- a/web/app/view/Notifications.js +++ b/web/app/view/Notifications.js @@ -29,7 +29,7 @@ Ext.define('Traccar.view.Notifications', { selType: 'cellmodel' }, - viewConfig:{ + viewConfig: { markDirty:false }, |