Browse Source

Disabled category headings, for now.

John Resig 16 years ago
parent
commit
3a4ce5d9b8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dep/web/webrunner.js

+ 2 - 0
dep/web/webrunner.js

@@ -633,12 +633,14 @@
 	}
 	
 	function makeElem(testID){
+/*
 		if ( tests[testID] ) {
 			var cat = tests[testID].category, catsm = cat.replace(/[^\w]/g, "-");
 			if ( !$("#" + catsm).length ) {
 				$("#main").append("<h2 id='" + catsm + "' class='test'><a href='?cat=" + cat +"'>" + cat + '</a><div class="bar"><div id="timebar" style="width:25%;"><span class="left">Est.&nbsp;Time:&nbsp;<strong id="left">0:00</strong></span></div></div>');
 			}
 		}
+*/
 		
 		testElems[testID] = $("<div class='test'></div>")
 			.click(function(){