From c8a08b5af7b7e3e23f401d7c496c11462403d52c Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Mon, 10 Jan 2011 00:43:23 +0100 Subject: [PATCH] Commented debug-tile-grid. --- web/map.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/map.js b/web/map.js index f00221e7..7b8763c4 100644 --- a/web/map.js +++ b/web/map.js @@ -150,9 +150,9 @@ function makeRequest(url, func, type, fail, post, contenttype) img.style.width = config.zoomSize[zoom] + 'px'; img.style.height = config.zoomSize[zoom] + 'px'; - //img.style.borderStyle = 'none'; - img.style.border = '1px solid red'; - img.style.margin = '-1px -1px -1px -1px'; + img.style.borderStyle = 'none'; + //img.style.border = '1px solid red'; + //img.style.margin = '-1px -1px -1px -1px'; var pfx = caveMode ? "c" : "";