fixed bug with showall and colophon

This commit is contained in:
Cristina Cochior 2020-10-29 17:24:28 +01:00
parent 92c9d30837
commit cf54fc1548

View File

@ -216,8 +216,12 @@ var flag = true;
$("#showall").click(function(event){
if (flag === true) {
$(".name-elements").empty();
$(".main-column-right").css("background","#8048b7");
$("#colophondiv").css("display","none");
colophonstatus = true;
$('.file-names-container span').each(function () {
var current = $(this).attr('id');
$.getJSON('{{ url_for('static', filename='js/mergedjson.json') }}', function(test) {