projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a88f56
)
Helps to return from the function...
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 9 Dec 2009 21:46:22 +0000
(16:46 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 9 Dec 2009 21:46:22 +0000
(16:46 -0500)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
fc9153b
..
aa82f37
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-3643,7
+3643,7
@@
KronolithCore = {
if (!r.length) {
$('kronolithEventLocation').value = '';
this.onGeocodeError();
-
+ return;
}
$('kronolithEventLocation').value = r[0].address;
},