We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70ca4a commit 00a5b16Copy full SHA for 00a5b16
server/static/index.js
@@ -25,6 +25,10 @@ function loadActivity() {
25
var previousPage = currentPage;
26
currentPage = page;
27
28
+ if (nohelp == 'true') {
29
+ $('#activity-table tbody').empty().append($('<tr>').append($('<td>').attr('colspan', 6).text('Loading...')))
30
+ }
31
+
32
$.get('activity.json?next=' + page + '&nohelp=' + nohelp, function(data) {
33
var $tbody = $('#activity-table tbody');
34
$tbody.empty();
0 commit comments