summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/pkgsubmit.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/pkgsubmit.js b/js/pkgsubmit.js
index 6f161e4..959c5d0 100644
--- a/js/pkgsubmit.js
+++ b/js/pkgsubmit.js
@@ -75,14 +75,14 @@ $(function () {
{
class: "build-files-list",
id: elId,
- html: '<td colspan="4">loading</td>'
+ html: '<td colspan="5">loading</td>'
}
));
$.get(
"/log_files.php",
{"k": $(this).attr("href")},
function (data) {
- $("#" + elId).html('<td colspan="4">' + data + '</td>');
+ $("#" + elId).html('<td colspan="5">' + data + '</td>');
}
);
} else {