Rev 15794 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15794 | Rev 15801 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | })); |
21 | })); |
22 | } |
22 | } |
23 | }); |
23 | }); |
24 | }, |
24 | }, |
25 | select: function(event, ui) { |
25 | select: function(event, ui) { |
26 | $$('#geoloc').val(ui.item.geoloc); |
26 | $$('#geoloc').val(ui.item.geoloc[1]+","+ui.item.geoloc[0]); |
27 | } |
27 | } |
28 | }); |
28 | }); |
29 | </script> |
29 | </script> |
30 | 30 |