chaos unfolds

This commit is contained in:
Aevann1 2022-01-22 16:08:14 +02:00
parent 7c9e4dae03
commit f7bb016f50
13 changed files with 33 additions and 881 deletions

View file

@ -1,14 +1,14 @@
let marsey_list, EMOJIS_STRINGS;
let marseys, EMOJIS_STRINGS;
const xhr = new XMLHttpRequest();
xhr.open("GET", '/marsey_list', true);
xhr.setRequestHeader('xhr', 'xhr');
var form = new FormData()
xhr.onload = function() {
marsey_list = JSON.parse(xhr.response)
marseys = JSON.parse(xhr.response)
EMOJIS_STRINGS = [
{
type:'marsey',
emojis: marsey_list
emojis: marseys
},
{
type:'platy',