Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DBA991 authored Oct 9, 2023
1 parent ee0af9d commit 2ce4b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function citaSwitch(){
}
}
function getMeme() {
let memeDisplay = document.getElementById("meme-display");
let memeDisplay = document.getElementById("meme-display-grid");
html2canvas(memeDisplay).then(function(canvas) {
canvas.toBlob(function(blob) {
let memeDisplayURL = window.URL.createObjectURL(blob);
Expand Down

0 comments on commit 2ce4b1b

Please sign in to comment.