Commit d2fcaf7d673e0f03aeafbbce568b73ebefa8bba8
Exists in
master
and in
111 other branches
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 | { |
... | ... |