src/js/utils.js
branchpopcorn-port
changeset 473 1a09ab7e7163
parent 374 138e76fe73a6
child 479 24308670f1bb
--- a/src/js/utils.js	Fri Dec 16 14:55:48 2011 +0100
+++ b/src/js/utils.js	Fri Dec 16 16:23:59 2011 +0100
@@ -103,8 +103,7 @@
 		  hex = hexa.charAt(tmp)+hex;
 		  dec = Math.floor(dec/16);
 	 }
-	 hex = hexa.charAt(dec)+hex;
-	 if (hex == "FFCC00"){ hex="";/* by default color of Ldt annotation */ }
+	 hex = hexa.charAt(dec)+hex;	 
 	 return(hex);
 };