mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +02:00
removed unecessary tooltip
This commit is contained in:
parent
183eb92d53
commit
7c75a3b6c6
2 changed files with 2 additions and 8 deletions
|
@ -50,12 +50,6 @@ export default Ember.Component.extend(TooltipMixin, NotifierMixin, {
|
||||||
},
|
},
|
||||||
|
|
||||||
didInsertElement() {
|
didInsertElement() {
|
||||||
this._super(...arguments);
|
|
||||||
|
|
||||||
if (this.session.authenticated) {
|
|
||||||
this.addTooltip(document.getElementById("add-space-button"));
|
|
||||||
}
|
|
||||||
|
|
||||||
this.eventBus.subscribe('resized', this, 'positionTool');
|
this.eventBus.subscribe('resized', this, 'positionTool');
|
||||||
this.eventBus.subscribe('scrolled', this, 'positionTool');
|
this.eventBus.subscribe('scrolled', this, 'positionTool');
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{#if session.isEditor}}
|
{{#if session.isEditor}}
|
||||||
<div id="add-space-button" class="regular-button button-white" data-tooltip="Share" data-tooltip-position="top center">
|
<div id="add-space-button" class="regular-button button-white">
|
||||||
<i class="material-icons">add</i>
|
<i class="material-icons">add</i>
|
||||||
<div class="name">Space</div>
|
<div class="name">Space</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue