diff options
| author | 2012-11-07 19:04:00 +0100 | |
|---|---|---|
| committer | 2012-11-07 19:04:00 +0100 | |
| commit | 85cc23fb4fde71809a6e510dabb66a7e4d612233 (patch) | |
| tree | 932dbab32fb84f727dc272d02f1e00c69fcaa5bb /public/scripts | |
| parent | 567d19a98934747d0817ad58a008dce7d5df0d92 (diff) | |
Fix bug get_content_by_parsing()
Diffstat (limited to 'public/scripts')
| -rw-r--r-- | public/scripts/endless_mode.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/scripts/endless_mode.js b/public/scripts/endless_mode.js index ca3c12572..a05da97db 100644 --- a/public/scripts/endless_mode.js +++ b/public/scripts/endless_mode.js @@ -16,7 +16,7 @@ function load_more_posts () { $(document).ready (function () { url = $(".pagination:last li.pager-next a").attr ("href"); - $(".pagination").remove (); + $(".pagination:last").remove (); $("#stream").append ("<a id=\"load_more\" href=\"#\">Charger plus d'articles</a>"); |
