From: Michael J. Rubinsky Date: Thu, 4 Mar 2010 16:39:06 +0000 (-0500) Subject: cs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=55122b49e9578861899ca9c7b722f6a3bbf81d7e;p=horde.git cs --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index f8a2c0ea3..7cf567e21 100644 --- 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;