diff options
author | matthew <matthew> | 2006-10-10 22:02:51 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-10-10 22:02:51 +0000 |
commit | 8d6b393a26ace8c48598cb2cd020ccdc6bacf60b (patch) | |
tree | 3a904ee26e5ac4176575b66acf9ea93ef3ff3fd7 /web/js2.js | |
parent | 26e520fc6608c655d4e747f89ec1d623c9bcbf97 (diff) |
Show pins on individual problem page, better pin highlighting.
Diffstat (limited to 'web/js2.js')
-rw-r--r-- | web/js2.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js2.js b/web/js2.js index 599f41e4f..a2a8f8303 100644 --- a/web/js2.js +++ b/web/js2.js @@ -136,8 +136,8 @@ function urls_loaded(o) { if (img) { if (!img.galleryimg) { img.galleryimg = false; } img.onclick = drag_check; - var new_src = 'http://tilma.mysociety.org/tileserver/10k-full-london/' + tiles[i][j]; - if (img.src != new_src) img.src = new_src; + var new_src = 'http://tilma.mysociety.org/tileserver/10k-full-london/' + tiles[i][j]; + if (img.src != new_src) img.src = new_src; img.name = 'tile_' + xx + '.' + yy; continue; } |