Skip to content
Permalink
Browse files
Fixing script references
  • Loading branch information
moozzyk committed Sep 18, 2017
1 parent 4b81af9 commit 7376a0a
Showing 1 changed file with 5 additions and 4 deletions.
@@ -21,11 +21,12 @@
</div>
<!--Script references. -->
<!--Reference the jQuery library. -->
<script src="Scripts/jquery-3.1.1.min.js" ></script>
<script
src="http://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!--Reference the SignalR library. -->
<script src="Scripts/jquery.signalR-2.2.1.min.js"></script>
<!--Reference the autogenerated SignalR hub script. -->
<script src="signalr/hubs"></script>
<script src="scripts/signalr/signalr-client-1.0.0-alpha1-final.js"></script>
<!--Add script to update the page and send messages.-->
<script type="text/javascript">
$(function () {

0 comments on commit 7376a0a

Please sign in to comment.