Skip to content

Commit

Permalink
Fix bad URI path (#2033)
Browse files Browse the repository at this point in the history
* Repair build by renaming URI path
  • Loading branch information
Aaronhrndz authored and dlstadther committed Feb 23, 2017
1 parent 7701d9f commit 2e921cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions luigi/static/visualiser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
<script src="lib/jquery.slimscroll.min.js"></script>
<script src="lib/AdminLTE/js/app.min.js"></script>
<script src="lib/datatables/js/jquery.dataTables.min.js"></script>
<script src="lib/URI.js/1.18.2/URI.js"></script>
<script src="lib/URI/1.18.2/URI.js"></script>

<meta name="viewport" content="width=device-width, initial-scale=1.0">


<style>
.nodeCircle {
stroke: #fff;
Expand Down

0 comments on commit 2e921cd

Please sign in to comment.