From: Moritz Warning Date: Tue, 16 Jun 2020 15:49:11 +0000 (+0200) Subject: typo: asa => asu X-Git-Tag: v2.2.1~5 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=237805fb0f106e3f06f63a549c101d14c07b4618;p=web%2Ffirmware-selector-openwrt-org.git typo: asa => asu --- 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