##// END OF EJS Templates
hgweb: show a message when there are no more entries in the list
Alexander Plavin -
r19754:c35e8805 default
parent child Browse files
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