mirror of https://gitee.com/bigwinds/arangodb
Update queryView.js
This commit is contained in:
parent
e85cadb90d
commit
75740b7bff
|
@ -2000,7 +2000,7 @@
|
||||||
checkQueryStatus(data.id);
|
checkQueryStatus(data.id);
|
||||||
} else {
|
} else {
|
||||||
pushQueryResults(data);
|
pushQueryResults(data);
|
||||||
self.renderQueryResult(self.tmpQueryResult, counter, queryID);
|
self.renderQueryResult(self.tmpQueryResult, counter, false, queryID);
|
||||||
self.tmpQueryResult = null;
|
self.tmpQueryResult = null;
|
||||||
}
|
}
|
||||||
// SCROLL TO RESULT BOX
|
// SCROLL TO RESULT BOX
|
||||||
|
|
Loading…
Reference in New Issue