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