diff options
Diffstat (limited to 'app/static/js/load.js')
-rw-r--r-- | app/static/js/load.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/static/js/load.js b/app/static/js/load.js new file mode 100644 index 0000000..574841b --- /dev/null +++ b/app/static/js/load.js @@ -0,0 +1,6 @@ +import EternalLoad from './eternalload.js' + +let load = new EternalLoad() + .use_local('/c/push') + .use_remote('/c/push_url') + .attach(document.querySelector('#template-goes-here')); |