aboutsummaryrefslogtreecommitdiffstats
path: root/web/js2.js
diff options
context:
space:
mode:
authormatthew <matthew>2006-10-10 22:02:51 +0000
committermatthew <matthew>2006-10-10 22:02:51 +0000
commit8d6b393a26ace8c48598cb2cd020ccdc6bacf60b (patch)
tree3a904ee26e5ac4176575b66acf9ea93ef3ff3fd7 /web/js2.js
parent26e520fc6608c655d4e747f89ec1d623c9bcbf97 (diff)
Show pins on individual problem page, better pin highlighting.
Diffstat (limited to 'web/js2.js')
-rw-r--r--web/js2.js4
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;
}