projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01d5788
)
Don't call the error handler if no reverse geocode data available,
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 10 Dec 2009 01:08:03 +0000
(20:08 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 10 Dec 2009 01:42:53 +0000
(20:42 -0500)
just blank out the Location field.
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
aa82f37
..
d2b91b3
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-3642,7
+3642,6
@@
KronolithCore = {
onReverseGeocode: function(r) {
if (!r.length) {
$('kronolithEventLocation').value = '';
- this.onGeocodeError();
return;
}
$('kronolithEventLocation').value = r[0].address;