efforts with video close

This commit is contained in:
nglk 2021-01-08 14:38:55 +01:00
parent 9902019b11
commit b391b44ef9

3
static/js/d3_map.js vendored
View File

@ -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("<div id='showvideo'><span onclick=this.parentElement.style.display='none';pauseAllVideos(" + i.id + "); class='topleft'> &nbsp; &times&nbsp;</span><iframe id='video" + i.id + "' width='300' height='150' src='" + i.url + "' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture' allowfullscreen></iframe></div>");