Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #111 from Idrinth/idrinth
Browse files Browse the repository at this point in the history
Fixes #110
  • Loading branch information
w20k authored Aug 19, 2016
2 parents 5828589 + 4ceeede commit 7481919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ var idrinth = {
showTooltip: function ( element ) {
'use strict';
function tooltip ( set, element, pos, guilds, platform ) {
idrinth.names.isHovering = false;
if ( !set ) {
idrinth.ui.tooltip.setAttribute ( "class", idrinth.ui.getClassesList ( idrinth.ui.tooltip.getAttribute ( 'class' ), [ 'idrinth-hide' ], [ ] ) );
return;
Expand Down

0 comments on commit 7481919

Please sign in to comment.