clears the name-elements before colophon is shown
This commit is contained in:
parent
fcd80fe10b
commit
b0d42cac0a
@ -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 {
|
||||
@ -722,7 +723,7 @@ The HP Research Awards series showcases the work of recipients of the Willem de
|
||||
var audio=document.createElement('audio');
|
||||
var first=true;
|
||||
$(".download").addEventListener('mousedown',onmousedown);
|
||||
|
||||
|
||||
function onmousedown(){
|
||||
if(!first) return;
|
||||
first=false;
|
||||
|
Loading…
Reference in New Issue
Block a user