Skip to content

Commit

Permalink
Merge pull request #989 from superelement/master
Browse files Browse the repository at this point in the history
Removed appRoot property from socket.io script src to stop 404
  • Loading branch information
Junaid Rasheed committed Aug 18, 2016
2 parents ff0fde9 + 3e5a452 commit 9f099f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<script src="{{{appRoot}}}/js/vendor.js"></script>
<script src="{{{appRoot}}}/js/app.js"></script>
{{#socketIo}}
<script src="{{{appRoot}}}/socket.io/socket.io.js"></script>
<script src="/socket.io/socket.io.js"></script>
{{/socketIo}}
{{{afterBody}}}
</body>
Expand Down

0 comments on commit 9f099f9

Please sign in to comment.