diff --git a/static/js/d3_map.js b/static/js/d3_map.js index c6c9bac..7dcce0b 100644 --- a/static/js/d3_map.js +++ b/static/js/d3_map.js @@ -66,6 +66,9 @@ d3.json("/static/js/group1.json", function(error, json) { }) .on("click", function(i) { // popup video + jQuery('.ui-widget-overlay').bind('click',function(){ + jQuery('#showvideo').dialog('close'); + }); if (i.url) { divVideo.transition().duration(100); divVideo.html("
  × 
");