mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-10 18:10:54 +09:00
6 lines
No EOL
144 B
JavaScript
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); |