Index: binary-improvements/webserver/js/players.js
===================================================================
--- binary-improvements/webserver/js/players.js	(revision 279)
+++ binary-improvements/webserver/js/players.js	(revision 280)
@@ -5,6 +5,4 @@
 	
 function prettyDate(date){
-console.log (new Date());
-console.log (date);
   var diff = (((new Date()).getTime() - date.getTime()) / 1000),
     day_diff = Math.floor(diff / 86400);
@@ -112,34 +110,5 @@
 		widgets: ['zebra', 'formatter', 'filter'],
 		widgetOptions: {
-			formatter_column: formatterSettings/*{
-				
-				'.emphasize' : function( text, data ) {
-					return '<strong>' + text + '</strong>';
-				},
-				'.supercar' : function( text, data ) {
-					if ( text === '' ) { return ''; }
-					// replace table cell with a link
-					return '<a href="https://www.google.com/search?tbm=isch&q=' + text.replace(/\s/g, '+') + '">' + text + '</a>';
-				},
-				'.date' : function( text, data ) {
-					var date = new Date( text );
-					if ( date instanceof Date && isFinite( date ) ) {
-						data.$cell.attr( data.config.textAttribute, text );
-						return '<em>' + prettyDate( date ) + '</em>';
-					}
-					return text;
-				},
-				'.duckify' : function( text, data ) {
-					if ( text === '' ) { return ''; }
-					// add text to data-attribute; this overrides the parser
-					data.$cell.attr( data.config.textAttribute, text );
-					// replace table cell with a link
-					return '<a href="https://duckduckgo.com/?ia=images&q=' + text + '">Search The Duck</a>';
-				},
-				'.blue' : function( text, data ) {
-					return '<span class="blue">' + text + '</span>';
-				}
-				
-			}*/
+			formatter_column: formatterSettings
 		}
 	})
