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