fixed bug with showall and colophon
This commit is contained in:
parent
92c9d30837
commit
cf54fc1548
@ -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…
Reference in New Issue
Block a user