Skip to content

Commit

Permalink
removed click display
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimKorzh committed Aug 22, 2024
1 parent 0ddd661 commit cf612ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@
function touchstart(e) { e.preventDefault(); }
function touchmove(e) { e.preventDefault(); }

// clear memory
$('#display').on('click', function(e) {
alert('Load/Save mode');
});

// init display
function setup() {
let cnv = createCanvas(DISPLAY_WIDTH, DISPLAY_HEIGHT);
Expand Down

0 comments on commit cf612ec

Please sign in to comment.