X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/e18c13a6bea305ff31aec74c590c13551b4cc6a5..97c26a9cc9e8bda3e572eebeadf6a3beb8788e4b:/picsorter.js diff --git a/picsorter.js b/picsorter.js index ff1db27..8c4f167 100644 --- a/picsorter.js +++ b/picsorter.js @@ -1,3 +1,9 @@ +var exposure = 20; + +function setpic(pic) { + $("#pic")[0].src = exposure + "/" + pic; +} + $( document ).ready(function() { - $("#pic")[0].src = "20/" + files[0]; + setpic(files[0]); });