]> git.scottworley.com Git - picsort/blame_incremental - picsorter.js
Use the ready shorthand
[picsort] / picsorter.js
... / ...
CommitLineData
1var exposure = 20;
2
3function setpic(pic) {
4 $("#pic")[0].src = exposure + "/" + pic;
5}
6
7$(function() {
8 setpic(files[0]);
9});