Browse Source

fixed bug with showall and colophon

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

4
templates/layout.html

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

Loading…
Cancel
Save