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) { ...@@ -517,7 +517,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div> </div>
</section> </section>
<!-- Tips <!-- Twipsy
================================================== --> ================================================== -->
<section id="twipsy"> <section id="twipsy">
......
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
if (!self.options.delay || !self.options.delay.hide) { if (!self.options.delay || !self.options.delay.hide) {
self.hide() self.hide()
} else { } else {
self.hoverState = 'out'
setTimeout(function() { setTimeout(function() {
self.hoverState = 'out'
if (self.hoverState == 'out') { if (self.hoverState == 'out') {
self.hide() 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