]> foleosoft.com Git - QAnsel.git/commitdiff
Sat Aug 3 08:38:10 PM EDT 2024
authormiha-q <>
Sun, 4 Aug 2024 00:38:10 +0000 (20:38 -0400)
committermiha-q <>
Sun, 4 Aug 2024 00:38:10 +0000 (20:38 -0400)
src/index.html
src/src.zip

index 4f282395e51f0c4a737c9228e430a3a052a4aaa3..fc90f698a4339b07aae084a9aa23214c5b732f13 100644 (file)
                                {
                                        onComplete: function()
                                        {
+                                               $("[onclick*=screenshot]")[0].style.pointerEvents = "";
                        }
                        }
                        }
 
                $("#run")[0].addEventListener("click", () =>
                {
+                       $("[onclick*=screenshot]")[0].style.pointerEvents = "none";
                        if (ProgramTrack.STATE[0].length == 0)
                        {
                                errorModal("You must place at least one logic gate.");
                }
                function errorModal(err, mode)
                {
+                       $("[onclick*=screenshot]")[0].style.pointerEvents = "";
                        if (mode == 1)
                        {
                                try
index 6128211cda6c6d526af67bf7740c0e4d0fd93890..85dee5d15a05375550e747e622e7805a67cd3317 100644 (file)
Binary files a/src/src.zip and b/src/src.zip differ