Browse Source

debugging detritus

pull/127/merge
Zach Wise 12 years ago
parent
commit
4cf5f9e876
  1. 2
      source/js/VMM.Timeline.DataObj.js

2
source/js/VMM.Timeline.DataObj.js

@ -242,7 +242,7 @@ if(typeof VMM.Timeline != 'undefined' && typeof VMM.Timeline.DataObj == 'undefin
_data_obj.timeline.startDate = new Date(d.content.date.created);;
_data_obj.timeline.headline = d.content.title;
trace(d);
//d.permalink
var tt = "";
var t_name = d.content.author.username;

Loading…
Cancel
Save