diff options
author | syn <isaqtm@gmail.com> | 2020-03-16 22:17:48 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-03-16 22:17:48 +0300 |
commit | 977c7c38ff4196f43c4784308d81fd7e6a471511 (patch) | |
tree | 3e53843c181a60ec7d2b3b1d4dfdf4868859c3a7 /app/static/js/load.js | |
download | blure-977c7c38ff4196f43c4784308d81fd7e6a471511.tar.gz |
Init commit
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')); |