Difference between revisions of "Template:Waterloo/Pages/cal-heatmap-test"

Line 44: Line 44:
 
var message = ""
 
var message = ""
 
$.each(notes[month[date.getMonth()]+(date.getDate())], function( index, value ) {
 
$.each(notes[month[date.getMonth()]+(date.getDate())], function( index, value ) {
  message += value+"\n";
+
  message += value+"<br>";
 
  });
 
  });
 
$("#notes-table").html("<b>" + message
 
$("#notes-table").html("<b>" + message

Revision as of 23:31, 13 September 2015