Ben Dwyer 4 роки тому
батько
коміт
b36f8d6d33
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      seedlet/assets/js/primary-navigation.js

+ 2 - 2
seedlet/assets/js/primary-navigation.js

@@ -36,7 +36,7 @@
 		document.addEventListener( 'keydown', function( event ) {
 			if ( ! wrapper.classList.contains( `${ id }-navigation-open` ) ){
 				return;
-			}
+			} 
 			var modal, elements, selectors, lastEl, firstEl, activeEl, tabKey, shiftKey, escKey;
 
 			modal = document.querySelector( `.${ id }-navigation` );
@@ -80,4 +80,4 @@
 		new navMenu( 'primary' );
 		new navMenu( 'woo' );
 	});
-} )();
+} )();