Skip to content

Commit

Permalink
Include crypto-js from cloudflare cdn
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
jhaals committed May 16, 2016
1 parent 726342d commit 4837138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-route.min.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script src="https://cdn.rawgit.com/zenorocha/clipboard.js/master/dist/clipboard.min.js"></script>
<script src="https://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/aes.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js"></script>
<!-- Custom CSS -->
<style>
body {
Expand Down

1 comment on commit 4837138

@fgilio
Copy link

@fgilio fgilio commented on 4837138 May 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it!

Please sign in to comment.