projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e920b
)
Disabled edit tab until z13 is reached.
author
Tom Hughes
<tom@compton.nu>
Wed, 27 May 2009 13:34:50 +0000
(13:34 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 27 May 2009 13:34:50 +0000
(13:34 +0000)
public/javascripts/site.js
patch
|
blob
|
history
diff --git
a/public/javascripts/site.js
b/public/javascripts/site.js
index ae38ecb6a53914239c903a252ba9aa4d83c13d57..8f9d3a035feb8f54e99ddf75bb102e94ae53b785 100644
(file)
--- a/
public/javascripts/site.js
+++ b/
public/javascripts/site.js
@@
-45,7
+45,7
@@
function updatelinks(lon,lat,zoom,layers,minlon,minlat,maxlon,maxlat) {
node = document.getElementById("editanchor");
if (node) {
- if (zoom >= 1
1
) {
+ if (zoom >= 1
3
) {
var args = new Object();
args.lat = lat;
args.lon = lon;