fixed scroll to load

This commit is contained in:
jeena 2013-10-03 22:33:10 +02:00
parent 1f04a063c4
commit 7d21000c80
2 changed files with 6 additions and 6 deletions

View file

@ -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);