Browse Source

fix comment

windhamdavid 10 years ago
parent
commit
3d02eb2ee9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions.php

+ 2 - 0
functions.php

@@ -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' );
 	}