mirror of
https://github.com/FlamedDogo99/EaglerMobile.git
synced 2024-11-23 04:26:04 -08:00
Quick fix: bad quote
This commit is contained in:
parent
dcfe79b99a
commit
04699b19aa
|
@ -227,7 +227,7 @@ function createTouchButton(buttonClass, buttonDisplay, elementName) {
|
||||||
touchButton.classList.add(buttonDisplay);
|
touchButton.classList.add(buttonDisplay);
|
||||||
touchButton.classList.add("mobileControl");
|
touchButton.classList.add("mobileControl");
|
||||||
touchButton.addEventListener("touchmove", function(e){e.preventDefault()}, false);
|
touchButton.addEventListener("touchmove", function(e){e.preventDefault()}, false);
|
||||||
touchButton.addEventListener(“contextmenu”, function(e){e.preventDefault()});
|
touchButton.addEventListener("contextmenu", function(e){e.preventDefault()});
|
||||||
return touchButton;
|
return touchButton;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user