aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/SendCommandController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/dialog/SendCommandController.js')
-rw-r--r--web/app/view/dialog/SendCommandController.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/web/app/view/dialog/SendCommandController.js b/web/app/view/dialog/SendCommandController.js
index 0e9442ab..567be945 100644
--- a/web/app/view/dialog/SendCommandController.js
+++ b/web/app/view/dialog/SendCommandController.js
@@ -24,10 +24,6 @@ Ext.define('Traccar.view.dialog.SendCommandController', {
'Traccar.view.permissions.SavedCommands'
],
- init: function () {
- this.lookupReference('linkButton').setHidden(Traccar.app.getPreference('limitCommands', false));
- },
-
onSendClick: function (button) {
var record;
this.fillAttributes(button);
@@ -67,19 +63,6 @@ Ext.define('Traccar.view.dialog.SendCommandController', {
this.lookupReference('sendButton').setDisabled(command.getId() === 0);
},
- onLinkCommands: function () {
- Ext.create('Traccar.view.BaseWindow', {
- title: Strings.sharedSavedCommands,
- items: {
- xtype: 'linkSavedCommandsView',
- baseObjectName: 'deviceId',
- linkObjectName: 'commandId',
- storeName: 'Commands',
- baseObject: this.getView().deviceId
- }
- }).show();
- },
-
onSendResult: function (options, success, response) {
if (success) {
this.closeView();