Skip to content

Commit

Permalink
Use bower_component for autolinker client side (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHirapara authored and lunaticmonk committed Feb 24, 2018
1 parent 821e8f8 commit 042458e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions views/chat.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
</div>
</div>
</body>
<!-- <script src="/bower_components/Autolinker.js/src/Autolinker.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/autolinker/1.6.2/Autolinker.min.js"></script>
<script src="/bower_components/Autolinker.js/dist/Autolinker.min.js"></script>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/socket.io-client/dist/socket.io.js"></script>
<script src="/bower_components/toastr/toastr.min.js"></script>
Expand Down

0 comments on commit 042458e

Please sign in to comment.