Show More
@@ -368,6 +368,11 function ajaxScrollInit(urlFormat, | |||||
368 | updateInitiated = true; |
|
368 | updateInitiated = true; | |
369 |
|
369 | |||
370 | if (!nextHash) { |
|
370 | if (!nextHash) { | |
|
371 | var message = { | |||
|
372 | class: 'scroll-loading-info', | |||
|
373 | text: 'No more entries' | |||
|
374 | }; | |||
|
375 | appendFormatHTML(container, messageFormat, message); | |||
371 | return; |
|
376 | return; | |
372 | } |
|
377 | } | |
373 |
|
378 |
General Comments 0
You need to be logged in to leave comments.
Login now