From 0fef3b481173d03eeb7b5bf4ab3b38e2bba12c3a Mon Sep 17 00:00:00 2001 From: arno Date: Tue, 28 Sep 2010 21:15:10 +0200 Subject: [PATCH] fixes: file drag and drop did not work with gpx format --- public/js/syj.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/syj.js b/public/js/syj.js index 3606cd0..8012d99 100644 --- a/public/js/syj.js +++ b/public/js/syj.js @@ -388,7 +388,7 @@ var SYJView = { } catch(e) { } if (results || results.length) { - break; + continue; } } if (!results || !results.length) { -- 2.39.2