Browse Source

clears the name-elements before colophon is shown

master
Cristina Cochior 4 years ago
parent
commit
b0d42cac0a
  1. 1
      templates/layout.html

1
templates/layout.html

@ -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 {

Loading…
Cancel
Save