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