BLUSHIF

Untitled

Nov 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var clevel=1;
  2. var template;
  3. var cg;
  4. var ldata;
  5. fetch('./lt.json').then(function(response) {
  6. template=response.json();
  7. });
  8. fetch('./'+clevel+'.json').then(function(response) {
  9. ldata=response.json();
  10. });
  11. cg=template+ldata;
  12. return cg;
Add Comment
Please, Sign In to add comment