minor updates
This commit is contained in:
parent
5798e83fb0
commit
713b4136b8
2 changed files with 2 additions and 2 deletions
|
@ -3027,8 +3027,8 @@ class Localuser {
|
||||||
}
|
}
|
||||||
async instanceStats() {
|
async instanceStats() {
|
||||||
const dialog = new Dialog("");
|
const dialog = new Dialog("");
|
||||||
dialog.show();
|
|
||||||
dialog.options.addTitle(I18n.getTranslation("instanceStats.name", this.instancePing.name));
|
dialog.options.addTitle(I18n.getTranslation("instanceStats.name", this.instancePing.name));
|
||||||
|
dialog.show();
|
||||||
const res = await fetch(this.info.api + "/policies/stats", {
|
const res = await fetch(this.info.api + "/policies/stats", {
|
||||||
headers: this.headers,
|
headers: this.headers,
|
||||||
});
|
});
|
||||||
|
|
|
@ -86,7 +86,7 @@ async function identifyType(prog: ProgressiveArray) {
|
||||||
case "7":
|
case "7":
|
||||||
case "8":
|
case "8":
|
||||||
case "9": {
|
case "9": {
|
||||||
const validNumber = new Set("0123456789e.+-");
|
const validNumber = new Set("0123456789eE.+-");
|
||||||
let build = "";
|
let build = "";
|
||||||
do {
|
do {
|
||||||
build += char;
|
build += char;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue