windhamdavid 10 years ago
parent
commit
5aa1db17b4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      functions.php
  2. 1 1
      js/script.js
  3. 1 1
      style.css

+ 1 - 1
functions.php

@@ -18,7 +18,7 @@ add_image_size( 'post-large', 770, 577, true );
 function dw_scripts() {
 	global $post;
 	wp_deregister_script('jquery');
-	wp_enqueue_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js', array(), false, true);
+	wp_enqueue_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js', array(), false, true);
 	wp_enqueue_style( 'style', get_stylesheet_uri() );
 	wp_enqueue_script( 'small-menu', get_template_directory_uri() . '/js/navigation.js', 'jquery', '', true );
 	wp_enqueue_script( 'script', get_template_directory_uri() . '/js/script.js', 'jquery', '', true );

+ 1 - 1
js/script.js

@@ -1,4 +1,4 @@
-$(document).ready(function() {
+jQuery(document).ready(function() {
   var commentsDiv = $('#comments');
   if (commentsDiv.length) {
     $(commentsDiv).hide();

+ 1 - 1
style.css

@@ -857,7 +857,7 @@ span.fb  {
 	text-align: right;
 }
 .comments-area {
-	background: #f5f5f5 url('../images/bg.jpg') no-repeat left top;
+	background: #ebebeb;
 	padding: 15px;
 }
 #content .comments-area p {