I think I fixed #882
This commit is contained in:
parent
da244f8438
commit
166f75d883
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ $(document).ready(function() {
|
||||||
itemSelector : "#main_stream .stream_element",
|
itemSelector : "#main_stream .stream_element",
|
||||||
// selector for all items you'll retrieve
|
// selector for all items you'll retrieve
|
||||||
bufferPx: 300,
|
bufferPx: 300,
|
||||||
debug: true,
|
debug: false,
|
||||||
donetext: "no more.",
|
donetext: "no more.",
|
||||||
loadingText: "",
|
loadingText: "",
|
||||||
loadingImg: '/images/ajax-loader.gif'
|
loadingImg: '/images/ajax-loader.gif'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue