|
@@ -81,6 +81,8 @@ function dw_scripts() {
|
|
|
}
|
|
|
|
|
|
elseif ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
|
|
+ wp_enqueue_script( 'jquery', get_template_directory_uri() . '/js/script-o.js', '', '', true );
|
|
|
+ wp_enqueue_script( 'init-o', get_template_directory_uri() . '/js/init-o.js', '', '', true );
|
|
|
wp_enqueue_script( 'comment-reply' );
|
|
|
}
|
|
|
|