Don't show search error when dragging non-files into the map

pull/108/head
Candid Dauth 2017-02-26 22:00:46 +01:00
rodzic 6ece6666ab
commit 31f45e391b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,9 @@ fm.app.factory("fmMapImport", function($q) {
},
importFiles: function(files) {
if(!files || files.length == 0)
return;
var readers = [ ];
for(var i=0; i<files.length; i++) {