diff options
author | matthew <matthew> | 2006-10-10 15:53:04 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-10-10 15:53:04 +0000 |
commit | 26e0dcd2c08c92e57941643c644598e4fce684a8 (patch) | |
tree | 25dec438da857843bebfcd24d0fdfa63a55d5db2 /web/js2.js | |
parent | b2366ec59b4d98d0202ed9693a97672e22deb9ee (diff) |
Add photo upload, few other fixes.
Diffstat (limited to 'web/js2.js')
-rw-r--r-- | web/js2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js2.js b/web/js2.js index cc615b1ed..f426d1990 100644 --- a/web/js2.js +++ b/web/js2.js @@ -135,7 +135,7 @@ function urls_loaded(o) { var img = document.getElementById(id); if (img) { if (!img.galleryimg) { img.galleryimg = false; } - img.onclick = drag_check; + img.onclick = drag_check; img.src = 'http://tilma.mysociety.org/tileserver/10k-full-london/' + tiles[i][j]; img.name = 'tile_' + xx + '.' + yy; continue; |