File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 570
570
//(a way to detect back history button as we play with the hashes on the URL)
571
571
. on ( 'hashchange' , hashChangeHandler )
572
572
573
- //when opening a new tab (ctrl + t), `control` won't be pressed when comming back.
573
+ //when opening a new tab (ctrl + t), `control` won't be pressed when coming back.
574
574
. blur ( blurHandler )
575
575
576
576
//when resizing the site, we adjust the heights of the sections, slimScroll...
622
622
} ) . get ( ) ;
623
623
}
624
624
625
- //no tooltipos option? Checking for them in the DOM attributes
625
+ //no tooltips option? Checking for them in the DOM attributes
626
626
if ( ! options . navigationTooltips . length ) {
627
627
options . navigationTooltips = sections . filter ( '[data-tooltip]' ) . map ( function ( ) {
628
628
return $ ( this ) . data ( 'tooltip' ) . toString ( ) ;
1794
1794
}
1795
1795
}
1796
1796
1797
- //when opening a new tab (ctrl + t), `control` won't be pressed when comming back.
1797
+ //when opening a new tab (ctrl + t), `control` won't be pressed when coming back.
1798
1798
function blurHandler ( ) {
1799
1799
isWindowFocused = false ;
1800
1800
controlPressed = false ;
You can’t perform that action at this time.
0 commit comments