]> git.scottworley.com Git - picsort/blob - picsorter.js
Move exposure to a variable
[picsort] / picsorter.js
1 var exposure = 20;
2
3 $( document ).ready(function() {
4 $("#pic")[0].src = exposure + "/" + files[0];
5 });