diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-28 13:06:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-28 13:06:54 +0200 |
| commit | 2664eb3e474f5d03d1782c15673b774d68fb2c58 (patch) | |
| tree | 1f1e58a6090f6befa75d8f6915388ddee30df04d /public/index.html | |
| parent | 3a8d99c5e4f64a9426585943c40635eb183b47ae (diff) | |
textInput/fileUpload
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 |
