fixed scroll to load
This commit is contained in:
parent
1f04a063c4
commit
7d21000c80
2 changed files with 6 additions and 6 deletions
|
@ -838,7 +838,6 @@ function(jQuery, APICalls, URI, HostApp, Markdown) {
|
|||
a.href = self.mapHref(lat, lng);
|
||||
var img = document.createElement("img");
|
||||
img.src = self.mapSrc(lat, lng);
|
||||
debug(img.src)
|
||||
a.appendChild(img);
|
||||
images.appendChild(a);
|
||||
}, 200);
|
||||
|
|
Reference in a new issue