Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wp-plugins.org/jquery-image-lazy-loading/trunk@119304 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
ayn committed May 20, 2009
1 parent 3ac720e commit b3ec028
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 b3ec028

Please sign in to comment.