chaos unfolds
This commit is contained in:
parent
7c9e4dae03
commit
f7bb016f50
13 changed files with 33 additions and 881 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue