Popov72 hace 4 años
padre
commit
38ac68c996
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/validation/index.html

+ 1 - 1
tests/validation/index.html

@@ -81,7 +81,7 @@
 									return;
 								}
 								recursiveRunTest(i);
-							}, qs.list || "");
+							}, qs.list !== "config" && qs.list || "");
 						}
 
 						recursiveRunTest(index);