diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index c2bac46..6b36c54 100644 --- a/public/index.html +++ b/public/index.html @@ -17,7 +17,7 @@ <script src='/socket.io/socket.io.js'></script> <script> var s = document.createElement('script'); - s.setAttribute('src','bundle.js?' + Date.now()); + s.setAttribute('src','/bundle.js?' + Date.now()); document.body.appendChild(s) </script> </html>
\ No newline at end of file |
