1
0
Fork 0

query view frontend

This commit is contained in:
Heiko Kernbach 2014-08-06 14:28:54 +02:00
parent abf221ed82
commit 64f3dba10c
1 changed files with 1 additions and 9 deletions

View File

@ -286,15 +286,7 @@
importCustomQueries: function () {
var result, fetched, self = this;
if (this.allowUpload === true) {
this.collection.fetch({
async: true,
success: function() {
result = self.collection.saveQueries(self.file);
}
});
console.log(result);
result = self.collection.saveQueries(self.file);
}
},