perf(web): a tiny improvement in tdbms.js
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user