Update content of files

This commit is contained in:
GitHub Action 2022-04-08 14:29:50 +00:00
parent 7a07067107
commit ea1c534aa2

View file

@ -572,6 +572,9 @@
} }
postEvent('web_app_data_send', false, {data: data}); postEvent('web_app_data_send', false, {data: data});
}, },
ready: function () {
postEvent('web_app_ready');
},
expand: function () { expand: function () {
postEvent('web_app_expand'); postEvent('web_app_expand');
}, },