perf(web): a tiny improvement in tdbms.js
This commit is contained in:
parent
21f57e8767
commit
689e6f9136
@ -1,5 +1,5 @@
|
|||||||
function tdb_query(trdb, trc, trb) {
|
function tdb_query(trdb, trc, trb) {
|
||||||
output = null;
|
let output = null;
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/TDBMS",
|
url: "/TDBMS",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user