clears the name-elements before colophon is shown

This commit is contained in:
Cristina Cochior 2020-10-29 11:32:29 +01:00
parent fcd80fe10b
commit b0d42cac0a

View File

@ -317,6 +317,7 @@ var flag = true;
var colophonstatus = true;
$("#colophon").click(function(){
if (colophonstatus === true) {
$(".name-elements").empty();
$("#colophondiv").css("display","block");
colophonstatus = false;
} else {