From: Michael J. Rubinsky Date: Wed, 9 Dec 2009 21:46:22 +0000 (-0500) Subject: Helps to return from the function... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eff2002ab34dcde77bc47980e1e9277262dd1bb6;p=horde.git Helps to return from the function... --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index fc9153b2d..aa82f3768 100644 --- 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; },