Viewing 1 replies (of 1 total)
  • Thread Starter Zee

    (@laserjobs)

    Moved the JS to the footer:

    Line 88 in setup.php from

    wp_enqueue_script( 'tt-tweet-this-box-js',
    					TT_ROOT_URL . 'assets/js/tweet-this-box.js' );
    			}

    to

    wp_enqueue_script( 'tt-tweet-this-box-js',
    					TT_ROOT_URL . 'assets/js/tweet-this-box.js','','',true );

Viewing 1 replies (of 1 total)
  • The topic ‘Can the JS script be moved or run async?’ is closed to new replies.