Skip to content

Commit 0d3d406

Browse files
Fix for brutaldesign#109 and brutaldesign#58 - Auto hide nav bars is now working correctly again.
1 parent c182435 commit 0d3d406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/jquery.swipebox.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,10 @@
464464
$this.clearTimeout();
465465

466466
}, function() {
467+
if (plugin.settings.hideBarsDelay > 0){
467468
bars.removeClass( 'visible-bars' );
468469
$this.setTimeout();
470+
}
469471

470472
} );
471473

0 commit comments

Comments
 (0)