This commit is contained in:
Baris Soner Usakli
2013-10-29 14:16:03 -04:00
parent 842cd17979
commit 89540172b2
3 changed files with 7 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ define(function() {
topicsListEl.innerHTML += html;
btnEl.innerHTML = 'Load More Topics';
$('span.timeago').timeago();
} else {
// Exhausted all topics
btnEl.className += ' disabled';