diff --git a/code/artifact.js b/code/artifact.js index 736587bf..f816c3c0 100644 --- a/code/artifact.js +++ b/code/artifact.js @@ -283,6 +283,11 @@ window.artifact.showArtifactList = function() { } }); + // check for no rows, and add a note to the table instead + if (tableRows.length == 0) { + html += '