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);
|
||||
} else {
|
||||
pushQueryResults(data);
|
||||
self.renderQueryResult(self.tmpQueryResult, counter, queryID);
|
||||
self.renderQueryResult(self.tmpQueryResult, counter, false, queryID);
|
||||
self.tmpQueryResult = null;
|
||||
}
|
||||
// SCROLL TO RESULT BOX
|
||||
|
|
Loading…
Reference in New Issue