Latest ESX code

This commit is contained in:
ElPumpo
2020-04-14 16:51:13 +02:00
parent f9a719da73
commit 11e9bd7059
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -501,7 +501,11 @@
}
window.onload = function(e){ window.addEventListener('message', function(event){ onData(event.data) }); }
window.onload = function(e){
window.addEventListener('message', function(event) {
onData(event.data)
});
}
document.onkeydown = function (data) {
if ((data.which == 120 || data.which == 27) && isPhoneShowed) { // || data.which == 8