|
|
@ -141,11 +141,12 @@ d3.json("/static/js/group1.json", function(error, json) { |
|
|
|
function popup(name, time) { |
|
|
|
$("#show" + name).fadeIn() |
|
|
|
console.log("around") |
|
|
|
$("#nothesis").fadeIn() |
|
|
|
$("#thesis").fadeIn() |
|
|
|
$("#bio" + name).fadeIn() |
|
|
|
var dada = document.getElementById("text" + name); |
|
|
|
dada.className += " active"; |
|
|
|
dada.scrollIntoView(); |
|
|
|
dada.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'start' }); |
|
|
|
}; |
|
|
|
|
|
|
|
}); |
|
|
|