1
0
Fork 0

Update custom.html

master
xxDUxx 2022-02-11 09:24:57 +01:00 committed by GitHub
parent 68e0882715
commit c7af23abbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 28 deletions

View File

@ -56,15 +56,13 @@
} }
} }
//console.log(fonts[0]); //console.log(fonts[0]);
sendCustomizedApp(storage=fonts); sendCustomizedApp(storage:fonts);
/*sendCustomizedApp({ /*sendCustomizedApp({
storage:[ storage:[
{name:"myapp.app.js", url:"app.js", content:app}, {name:"myapp.app.js", url:"app.js", content:app},
] ]*/
});*/
}); });
</script> </script>
</form>
</body> </body>
</html> </html>