Skip to content
Snippets Groups Projects
Commit 58f216c6 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

removed unused test graphics

parent 62f03138
No related branches found
No related tags found
No related merge requests found
customindex/commentbubble/bottomleft.png

382 B

customindex/commentbubble/bottommiddle.png

210 B

customindex/commentbubble/bottomright.png

384 B

customindex/commentbubble/point.png

651 B

customindex/commentbubble/topleft.png

254 B

customindex/commentbubble/topmiddle.png

157 B

customindex/commentbubble/topright.png

255 B

......@@ -144,7 +144,7 @@ function openLocation(lng, lat, username, location, displayname, title, comment,
setTimeout(function(){/*self*/map1.panTo(latlng,1.5,"easeInOutQuad")}, 50);
map1./*self.*/zoomTo(19505000,1.5,"easeInOutQuad");
}
label = window.label = new FE.Pushpin(latlng,new FE.Icon('<?php echo $CONFIG->url ?>/mod/customindex/map-pin-12.png'));
label = window.label = new FE.Pushpin(latlng,new FE.Icon('<?php echo $CONFIG->url ?>mod/customindex/map-pin-12.png'));
//make pins clickable
if(pinsonly)
FE.Event.addListener(label, 'click', function() { openLocation(lng, lat, username, location, displayname, title, comment, linkname);});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment