mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 11:15:21 +01:00
Commented debug-tile-grid.
This commit is contained in:
parent
ce7bfdb46e
commit
c8a08b5af7
@ -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" : "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user