minor updates
This commit is contained in:
@@ -3027,8 +3027,8 @@ class Localuser {
|
||||
}
|
||||
async instanceStats() {
|
||||
const dialog = new Dialog("");
|
||||
dialog.show();
|
||||
dialog.options.addTitle(I18n.getTranslation("instanceStats.name", this.instancePing.name));
|
||||
dialog.show();
|
||||
const res = await fetch(this.info.api + "/policies/stats", {
|
||||
headers: this.headers,
|
||||
});
|
||||
|
@@ -86,7 +86,7 @@ async function identifyType(prog: ProgressiveArray) {
|
||||
case "7":
|
||||
case "8":
|
||||
case "9": {
|
||||
const validNumber = new Set("0123456789e.+-");
|
||||
const validNumber = new Set("0123456789eE.+-");
|
||||
let build = "";
|
||||
do {
|
||||
build += char;
|
||||
|
Reference in New Issue
Block a user