Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
* Fixed multiple jQuery loaded conflicts.
Browse files Browse the repository at this point in the history
* Now uses standard Wordpress javascript insertion.
* Loads locally stored jQuery 1.6.2 if current version is < 1.6
  this can only be detected through Wordpress now, hence the fix
  for multiple versions conflicting (some naughty themes don't
  use Wordpress's javascript loading.
  • Loading branch information
samcleaver committed Jul 14, 2011
1 parent f1b82ff commit 9d48471
Show file tree
Hide file tree
Showing 6 changed files with 9,045 additions and 19 deletions.
4 changes: 2 additions & 2 deletions jquery.infinitescroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Infinite Scroll
--------------------------------
+ https://github.com/paulirish/infinitescroll
+ version 2.0b2.110709
+ version 2.0b2.110713
+ Copyright 2011 Paul Irish & Luke Shumard
+ Licensed under the MIT license
Expand Down Expand Up @@ -689,7 +689,7 @@

if (scrollTimeout) { clearTimeout(scrollTimeout); }
scrollTimeout = setTimeout(function () {
jQuery.event.handle.apply(context, args);
$.event.handle.apply(context, args);
}, execAsap === "execAsap" ? 0 : 100);
}
};
Expand Down
4 changes: 2 additions & 2 deletions jquery.infinitescroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9d48471

Please sign in to comment.