diff --git a/contrib/monitor/schemas.html b/contrib/monitor/schemas.html index 4940b3b..d9c2aa5 100644 --- a/contrib/monitor/schemas.html +++ b/contrib/monitor/schemas.html @@ -241,7 +241,7 @@ // Loop results $.each(schemasCount, function(schema, hits){ // IF TEST CONTINUE - if(schema.substr(schema.length - 4) == 'test') + if(schema.slice(-4) == 'test') return; var slug = makeSlug(schema);