Skip to content

Commit

Permalink
viewer: Fix link to index.js
Browse files Browse the repository at this point in the history
Broken in 061d36e.
  • Loading branch information
Austin Clements committed May 3, 2014
1 parent 049c878 commit cb7416f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript"></script>
<script src="linq.js" type="text/javascript"></script>
<script src="viewer.js" type="text/javascript"></script>
<script src="demo.js" type="text/javascript"></script>
<script src="index.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="viewer.css"></link>
<style>
html {
Expand Down

0 comments on commit cb7416f

Please sign in to comment.