From 55122b49e9578861899ca9c7b722f6a3bbf81d7e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 4 Mar 2010 11:39:06 -0500 Subject: [PATCH] cs --- kronolith/js/kronolith.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.11.0