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