Plugin Directory

Changeset 142865


Ignore:
Timestamp:
08/04/2009 10:41:48 PM (17 years ago)
Author:
paul.irish
Message:

if jQuery >> if window.jQuery

File:
1 edited

Legend:

Unmodified
Added
Removed
  • infinite-scroll/trunk/wp_infinite_scroll.php

    r142846 r142865  
    417417
    418418<script type="text/javascript">
    419 if (!(jQuery && jQuery.fn.jquery >= '1.2.6')){
     419if (!(window.jQuery && jQuery.fn.jquery >= '1.2.6')){
    420420  document.write(unescape("%3Cscript src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
    421421  window.INFSCR_jQ=true;
Note: See TracChangeset for help on using the changeset viewer.