From 237805fb0f106e3f06f63a549c101d14c07b4618 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Tue, 16 Jun 2020 17:49:11 +0200 Subject: [PATCH] typo: asa => asu --- index.html | 2 +- index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8ad054d..007ede6 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@
- + Request Build diff --git a/index.js b/index.js index 6264c8a..7562da4 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ function get_model_titles(titles) { }).join(' / '); } -function build_asa_request() { +function build_asu_request() { if (!current_model || !current_model.id) { alert('bad profile'); return; @@ -83,7 +83,7 @@ function build_asa_request() { break; case 202: showStatus('tr-check-again'); - setTimeout(_ => { build_asa_request() }, 5000); + setTimeout(_ => { build_asu_request() }, 5000); break; case 400: // bad request case 422: // bad package -- 2.30.2