Skip to content
Snippets Groups Projects
Commit 9b1be87b authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Fix locpick.
parent 6b62ed53
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
/*global $, Drupal, GEvent, GLatLng, GMarker */
(function ($) {
Drupal.gmap.addHandler('gmap', function (elem) {
var obj = this;
......@@ -141,3 +142,4 @@ Drupal.gmap.addHandler('locpick_longitude', function (elem) {
}
});
});
})(jQuery);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment