pmelchior / des-exp-checker

Crowdsourced image quality control for the Dark Energy Survey
MIT License
9 stars 2 forks source link

add .htaccess and update d3.js url #77

Closed pmelchior closed 9 years ago

pmelchior commented 9 years ago

without the .htaccess file, the SSI for the problem selector doesn't work

d3 has a new (and faster) download location:

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>

Also, move the js include to end of index, statistics, and heat_map pages for faster loading times.