forked from mirror/_s
Merge pull request #1120 from JulienMelissas/patch-2
Add consistent formatting for skip-link-focus-fix.js
This commit is contained in:
commit
aa0ae6c1b5
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Learn more: https://git.io/vWdr2
|
* Learn more: https://git.io/vWdr2
|
||||||
*/
|
*/
|
||||||
(function() {
|
( function() {
|
||||||
var isIe = /(trident|msie)/i.test( navigator.userAgent );
|
var isIe = /(trident|msie)/i.test( navigator.userAgent );
|
||||||
|
|
||||||
if ( isIe && document.getElementById && window.addEventListener ) {
|
if ( isIe && document.getElementById && window.addEventListener ) {
|
||||||
|
@ -28,4 +28,4 @@
|
||||||
}
|
}
|
||||||
}, false );
|
}, false );
|
||||||
}
|
}
|
||||||
})();
|
} )();
|
||||||
|
|
Reference in New Issue