Commit d7cb6b272b0f86161cd1a3e0e118e782115344b2
1 parent
7f7d4c70
Exists in
master
and in
111 other branches
delete Share button
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 | { |
... | ... |