wordpress - The long-running-script message in Internet Explorer -


after added wordpress function code in comment in wordpress, long-running-script error message displayed in ie 11.

other posts or pages do not display error, effected post (even though deleted wordpress function code.)

any workaround on issue?

thanks help.

added: wordpress function simple 1 enqueues js file:

function iconicchild_scripts() {  wp_enqueue_script( 'wpb_loadmore', get_stylesheet_directory_uri() . '/js/datepicker.js', array('jquery'), '20150435', true );  }  add_action( 'wp_enqueue_scripts', 'iconicchild_scripts' ); 

as said, deleted form comment section.


Comments