Skip to content

Commit

Permalink
fix: Fixed full bundle sample (#3152)
Browse files Browse the repository at this point in the history
Co-authored-by: William Wong <[email protected]>
  • Loading branch information
tdurnford and compulim authored May 12, 2020
1 parent c766c61 commit 5993a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/01.getting-started/a.full-bundle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
This CDN points to the latest official release of Web Chat. If you need to test against Web Chat's latest bits, please refer to pointing to Web Chat's MyGet feed:
https://github.com/microsoft/BotFramework-WebChat#how-to-test-with-web-chats-latest-bits
-->
<!-- <script crossorigin="anonymous" src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script> -->
<script crossorigin="anonymous" src="/webchat.js"></script>
<script crossorigin="anonymous" src="https://cdn.botframework.com/botframework-webchat/latest/webchat.js"></script>
<style>
html,
body {
Expand Down

0 comments on commit 5993a93

Please sign in to comment.