Commit d2fcaf7d673e0f03aeafbbce568b73ebefa8bba8

Authored by Elena.Budnik
2 parents 869a3e0d d7cb6b27

Merge branch 'master' of https://gitlab.irap.omp.eu/CDPP/AMDA_IHM

Showing 1 changed file with 1 additions and 9 deletions   Show diff stats
js/app/views/TimeTableUI.js
... ... @@ -737,15 +737,7 @@ Ext.define('amdaUI.TimeTableUI', {
737 737 ttModule.createObject();
738 738 this.setObject(ttModule.getLinkedNode().get('object'));
739 739 }
740   - },
741   - {
742   - xtype: 'button',
743   - text: 'Share',
744   - scope: this,
745   - width: 65,
746   - disabled: true,
747   - handler: function () {}
748   - }
  740 + }
749 741 ]
750 742 },
751 743 {
... ...