fixed colophon bug

This commit is contained in:
Cristina Cochior 2020-10-29 13:24:28 +01:00
parent f2f3d4d026
commit 3ce498e8b3
2 changed files with 5 additions and 3 deletions

View File

@ -262,10 +262,10 @@ div#listofpeople{
#colophon { #colophon {
position: absolute; position: absolute;
width: 13%; width: 10%;
z-index: 3; z-index: 3;
top: 87%; top: 163%;
left: 42%; left: 35%;
} }
#colophondiv { #colophondiv {

View File

@ -144,6 +144,8 @@ function getCookie(name) {
var thefile = $(this).text(); var thefile = $(this).text();
$.getJSON('{{ url_for('static', filename='js/mergedjson.json') }}', function(test) { $.getJSON('{{ url_for('static', filename='js/mergedjson.json') }}', function(test) {
$(".name-elements").empty(); $(".name-elements").empty();
$("#colophondiv").css("display","none");
colophonstatus = true;
// iterate in test[i].librarian to find where the name is present // iterate in test[i].librarian to find where the name is present
//to get the test[i].debris that goes with it //to get the test[i].debris that goes with it