Commit 7aca7232 authored by Jacob Thornton's avatar Jacob Thornton

move hover state out of timeout duh

parent 91d393fd
......@@ -517,7 +517,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div>
</section>
<!-- Tips
<!-- Twipsy
================================================== -->
<section id="twipsy">
......
......@@ -88,8 +88,8 @@
if (!self.options.delay || !self.options.delay.hide) {
self.hide()
} else {
self.hoverState = 'out'
setTimeout(function() {
self.hoverState = 'out'
if (self.hoverState == 'out') {
self.hide()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment