projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4075ca7
)
cs
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Mar 2010 16:39:06 +0000
(11:39 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 4 Mar 2010 16:39:06 +0000
(11:39 -0500)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
f8a2c0e
..
7cf567e
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-3993,7
+3993,8
@@
KronolithCore = {
* @param array r An array of objects containing the results. Each object in
* the array is {lat:, lon:, address}
*/
- onReverseGeocode: function(r) {
+ onReverseGeocode: function(r)
+ {
if (!r.length) {
$('kronolithEventLocation').value = '';
return;