diff www/m/js/nodescore-client.js @ 42:49c94f63b8b0

css for nexus 7 and associated files- archive m.a added - remove later
author tzara <rc-web@kiben.net>
date Tue, 04 Sep 2012 07:25:49 +0000
parents 3ba24da53406
children 66bf613fb818
line wrap: on
line diff
--- a/www/m/js/nodescore-client.js	Fri Aug 24 16:07:30 2012 +0000
+++ b/www/m/js/nodescore-client.js	Tue Sep 04 07:25:49 2012 +0000
@@ -59,15 +59,11 @@
     if (groupID == groupPage) {
 	document.getElementById("count").style.visibility="visible";
 	document.getElementById("count").style.visibility="visible";
-
 	$("#counttitle").text(text);
 	$("#count").text(currentseconds);
 	//$("#cnt").text(currentseconds);
-
-	$("#count").css('background-color', background);
-	
+	$("#count").css('background-color', background);	
 	document.getElementById("count").style.color=colour;
-
 //	if ( currentseconds == 0) {
 	    //document.getElementById("midcomms").style.visibility='hidden';
 //	}
@@ -81,7 +77,7 @@
 function cText(groupID, currentseconds,text){
     var groupPage=document.getElementById('group').value
     if (groupID == groupPage) {
-	console.log(text)
+//	console.log(text)
 	$("#totalcountdown").text(text);	
     }}