Widget:PillIdentifier: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 248: | Line 248: | ||
}); | }); | ||
} else { | } else { | ||
$("#resultsTable-container").append("No | $("#resultsTable-container").append('<span style="margin:auto; font-size:16px;">No Results Found. Please check back later</span>'); | ||
} | } | ||
}); | }); | ||
$('#resultsTable-container').css("visibility", "visible"); | $('#resultsTable-container').css("visibility", "visible"); |