Skip to content

Commit

Permalink
🔨 BASE #281 removendo link
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Dec 6, 2023
1 parent 81cd4c7 commit b99974c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appexemplo_v1.0/app/lib/include/FormDin5WebCams.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ function fd5VideoCampiturar(id){
canvas.width = video.videoWidth;
context.drawImage(video, 0, 0);

var link = document.createElement('a');
link.download= nameFile;
hiddenField.value = nameFile;
link.href = canvas.toDataURL();
link.textContent = 'Clique para baixar a imagem';
document.body.appendChild(link);
}

function fd5VideoSaveTmpAdianti(){
Expand Down

0 comments on commit b99974c

Please sign in to comment.