[Debtags-commits] [svn] r2206 - web/trunk

Enrico Zini enrico at alioth.debian.org
Sun Dec 3 20:16:52 CET 2006


Author: enrico
Date: Sun Dec  3 20:16:52 2006
New Revision: 2206

Modified:
   web/trunk/todo.html
Log:
The comments already point out about the not-yet-tagged packages

Modified: web/trunk/todo.html
==============================================================================
--- web/trunk/todo.html	(original)
+++ web/trunk/todo.html	Sun Dec  3 20:16:52 2006
@@ -19,9 +19,9 @@
 	b += " -- ";
 	b += desc;
 	b += "<div class='pkgtags'>";
-	if (curpanel != "nyt")
-		b += tags.toString().replace(/(special::not-yet-tagged(::.)?)/g, "<span class='nyt'>✘</span> $1");
-	else
+//	if (curpanel != "nyt")
+//		b += tags.toString().replace(/(special::not-yet-tagged(::.)?)/g, "<span class='nyt'>✘</span> $1");
+//	else
 		b += tags.toString();
 	b += "</div>";
 	if (curpanel == "maint")



More information about the Debtags-commits mailing list