diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-10-10 14:13:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-10-10 14:13:15 +0200 |
| commit | 4378f977c385f475826b9680ae4c705e5ebff910 (patch) | |
| tree | 175f671a01bb794f49ba6d8b2e1af4c8e26a732a /index.html | |
| parent | a64c4fa7e1913fe14124190086d0d5624445c808 (diff) | |
deploy
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ </body> <script> var s = document.createElement('script'); - s.setAttribute('src','bundle.js?' + Date.now()); + s.setAttribute('src', window.location.href.match('asdf') ? './dist/index.js' : './bundle.js?' + Date.now()); document.body.appendChild(s) </script> </html> |
