Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var clevel=1;
- var template;
- var cg;
- var ldata;
- fetch('./lt.json').then(function(response) {
- template=response.json();
- });
- fetch('./'+clevel+'.json').then(function(response) {
- ldata=response.json();
- });
- cg=template+ldata;
- return cg;
Add Comment
Please, Sign In to add comment