mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
Latest ESX code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user