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

Commit

Permalink
fixed a bug on flip. (flip not implemented on jquery version yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Aug 28, 2012
1 parent 31fc5c5 commit c999f61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/hopscotch.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,9 @@
else {
utils.removeClass(self.element, 'hide');
utils.addClass(self.element, className);
setTimeout(function() {
utils.removeClass(self.element, 'invisible');
}, 50);
}
isShowing = true;
return this;
Expand Down Expand Up @@ -1092,7 +1095,6 @@
}
}

utils.addClass(bubble.element, 'invisible');
self.showStep(currStepNum, currSubstepNum);

return this;
Expand Down

0 comments on commit c999f61

Please # to comment.