Navigation Menu

Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Y Ng committed May 19, 2009
1 parent 06ef578 commit ff92bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jq_img_lazy_load.php
Expand Up @@ -9,7 +9,7 @@
*/

function jquery_lazy_load_headers() {
$plugin_path = plugins_url('/jq-lazy-load/');
$plugin_path = plugins_url('/wp-jquery-lazy-load/');
$lazy_url = $plugin_path . 'javascripts/jquery.lazyload.pack.js';
$jq_url = $plugin_path . 'javascripts/jquery.js';
wp_deregister_script('jquery');
Expand All @@ -18,7 +18,7 @@ function jquery_lazy_load_headers() {
}

function jquery_lazy_load_ready() {
$placeholdergif = plugins_url('/jq-lazy-load/images/grey.gif');
$placeholdergif = plugins_url('/wp-jquery-lazy-load/images/grey.gif');
echo <<<EOF
<script type="text/javascript">
$(document).ready(function($){
Expand Down

0 comments on commit ff92bf7

Please sign in to comment.