1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
anytype-ts/dist/js/run.js
2024-02-26 16:37:42 +01:00

6 lines
No EOL
141 B
JavaScript

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