You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
burntcustard
changed the title
Try disabling right click context menu in JS instead of HTML to save a few bytes
Minify disabling right click context menu by disabling it in JS or with return!1 in HTML
Sep 21, 2021
Minified HTML demo https://codepen.io/burntcustard/pen/BaZVoqX
Discussion: https://js13kgames.slack.com/archives/C1EHVV2DN/p1632204464031100
Should maybe put in as a build step, which replaces all occurrences of
"return false"
in the HTML withreturn!1
The text was updated successfully, but these errors were encountered: