1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-10 18:10:54 +09:00
anytype-ts/dist/js/run.js
2024-02-26 16:42:41 +01:00

6 lines
No EOL
144 B
JavaScript

const s = document.createElement('script');
s.src = './js/main.js?' + Math.random();
s.type = 'text/javascript';
document.body.appendChild(s);