Skip to content

Commit

Permalink
Update js/timeline-graph.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qwzybug committed Apr 7, 2012
1 parent 0fb2f1e commit 793fc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/timeline-graph.js
Expand Up @@ -496,7 +496,7 @@ var update = function(t) {
$(this).mouseenter(function(e){
var node_info = node_data[d.id];
if (!node_info) return;
createPopup(self, node_info.title, node_info.image_url, node_info.video_url, d.x, d.y);
createPopup(self, node_info.title, node_info.blurb, node_info.image_url, node_info.video_url, d.x, d.y);
});
});

Expand Down

0 comments on commit 793fc75

Please sign in to comment.