Skip to content

Commit

Permalink
Updated js link for mimetype workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nwcell committed Mar 20, 2014
1 parent 2a5ea5d commit d0359a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/demo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<head>
<script type="text/javascript" src="../ics.deps.min.js"></script>
<script type="text/javascript" src="demo.js"></script>
<script type="text/javascript" src="https://rawgithub.com/nwcell/ics.js/master/ics.deps.min.js"></script>
<script type="text/javascript" src="https://rawgithub.com/nwcell/ics.js/master/demo/demo.js"></script>
<style>
html, body {
height: 100%;
Expand Down

0 comments on commit d0359a5

Please sign in to comment.