This commit is contained in:
David Duque 2020-04-25 04:13:46 +01:00
parent 4309a6a875
commit 7984d103a4
No known key found for this signature in database
GPG Key ID: 2F327738A3C0AE3A
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
function (r) {
$('#system-checks tbody').html("");
for (var i = 0; i < r.length; i++) {
var n = $("<tr><td class='status'/><td class='message'><p style='margin: 0'/><a class='showhide' href='#'></a><div class='extra'></div></tr>");
var n = $("<tr><td class='status'/><td class='message'><p style='margin: 0'/><a class='showhide' href='#'/><div class='extra'></div></tr>");
if (i == 0) n.addClass('first')
if (r[i].type == "heading")
n.addClass(r[i].type)