On hashchange, make sure we set focus for elements that need it. Essentially the same as 136, but without jquery
This commit is contained in:
parent
3e717fa9c2
commit
6ee6126089
2 changed files with 27 additions and 0 deletions
|
@ -104,6 +104,8 @@ function _s_scripts() {
|
|||
|
||||
wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/small-menu.js', array( 'jquery' ), '20120206', true );
|
||||
|
||||
wp_enqueue_script( 'skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array( ), '20130115', true );
|
||||
|
||||
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
||||
wp_enqueue_script( 'comment-reply' );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue