[be/csv,bugfix][xs]: fix to breakage of csv loading for urls in 5d24fd474d6e6bd065039d058ef64c6db4454df9.
This commit is contained in:
parent
b66f563368
commit
35b73aea52
@ -52,6 +52,7 @@ this.recline.Backend.CSV = this.recline.Backend.CSV || {};
|
||||
jQuery.get(dataset.url).done(function(data) {
|
||||
var out = my.extractFields(my.parseCSV(data, dataset), dataset);
|
||||
out.useMemoryStore = true;
|
||||
dfd.resolve(out);
|
||||
});
|
||||
}
|
||||
return dfd.promise();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user