diff options
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> |
