Update index.html
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 27 Apr 2020 15:03:47 +0000 (11:03 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 15:03:47 +0000 (11:03 -0400)
index.html

index cb34cf1..bd3ea20 100644 (file)
             canvas.addEventListener('touchstart', sketchpad_touchStart, false);
             canvas.addEventListener('touchmove', sketchpad_touchMove, false);
         }
+        document.getElementById("canvasimg").style.display = "none";
+        document.getElementById("canvasimg_bk").style.display = "none";
     }
     function save() {
         document.getElementById("canvasimg").style.border = "2px solid";