From d7cb6b272b0f86161cd1a3e0e118e782115344b2 Mon Sep 17 00:00:00 2001 From: Myriam Bouchemit <myriam.bouchemit@irap.omp.eu> Date: Mon, 22 Jan 2018 11:11:09 +0100 Subject: [PATCH] delete Share button --- js/app/views/TimeTableUI.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/js/app/views/TimeTableUI.js b/js/app/views/TimeTableUI.js index 2cc21bd..8088a21 100755 --- a/js/app/views/TimeTableUI.js +++ b/js/app/views/TimeTableUI.js @@ -737,15 +737,7 @@ Ext.define('amdaUI.TimeTableUI', { ttModule.createObject(); this.setObject(ttModule.getLinkedNode().get('object')); } - }, - { - xtype: 'button', - text: 'Share', - scope: this, - width: 65, - disabled: true, - handler: function () {} - } + } ] }, { -- libgit2 0.21.2