Michael Hall has proposed merging
lp:~mhall119/loco-directory/old-jquery-map-fix into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
For more details, see:
https://code.launchpad.net/~mhall119/loco-directory/old-jquery-map-fix/+merge/50494
--
https://code.launchpad.net/~mhall119/loco-directory/old-jquery-map-fix/+merge/50494
Your team loco-directory-dev is requested to review the proposed merge of
lp:~mhall119/loco-directory/old-jquery-map-fix into lp:loco-directory.
=== modified file 'loco_directory/media/js/jquery-ubuntu-maps.js'
--- loco_directory/media/js/jquery-ubuntu-maps.js 2011-02-17 20:05:03 +0000
+++ loco_directory/media/js/jquery-ubuntu-maps.js 2011-02-20 02:26:14 +0000
@@ -236,7 +236,7 @@
// Load the list of markers into the map
if (options.markers_url) {
- $.get(options.markers_url, function (markers) {
+ $.getJSON(options.markers_url, function (markers) {
createMarkers(map, markerCluster, markers);
}, 'json');
} else if (options.markers_list) {
_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help : https://help.launchpad.net/ListHelp