Skip to content

Commit

Permalink
fix path for data file so it works on gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Jun 13, 2015
1 parent b2c5765 commit 6555dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2>CSV to HTML Table</h2>
<script src='js/csv_to_html_table.js'></script>

<script>
init_table('/data/fatty_acid_profiles.csv', 'table-container');
init_table('data/fatty_acid_profiles.csv', 'table-container');
</script>
</body>
</html>

0 comments on commit 6555dd6

Please sign in to comment.