1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

improved tooltips

This commit is contained in:
Harvey Kandola 2017-09-19 09:21:51 +01:00
parent 6a651770b5
commit a86d52388e
4 changed files with 34 additions and 14 deletions

View file

@ -99,6 +99,15 @@ export default Ember.Component.extend(TooltipMixin, {
} else {
this.addTooltip(document.getElementById("workspace-login"));
}
if (this.get("session.authenticated")) {
this.addTooltip(document.getElementById("user-profile-button"));
}
if (this.get('session.hasAccounts')) {
this.addTooltip(document.getElementById("accounts-button"));
}
this.addTooltip(document.getElementById("home-button"));
this.addTooltip(document.getElementById("search-button"));
},
setupPins() {