Skip to content
Snippets Groups Projects
Commit 8afc9f4c authored by Brett Bieber's avatar Brett Bieber
Browse files

Also validate the uris with unknown status.

parent 64490c67
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ function validateAll()
function validateInvalid()
{
WDN.jQuery('.false .uri').each(function(){
WDN.jQuery('.false .uri, .unknown .uri').each(function(){
// Grab the URI
var uri = WDN.jQuery(this).html();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment