diff options
| author | Shulhan <ms@kilabit.info> | 2024-10-07 20:07:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-10-07 20:07:32 +0700 |
| commit | 18567ca01681760b3c9c679b866ca2e2ce9c1a46 (patch) | |
| tree | b1561637dc5a74a9b4d39e88f50a5dedb415bbb0 /_www/http_target.js | |
| parent | 9a2897530017f1003d15134709cb0a21b07702d5 (diff) | |
| download | gorankusu-18567ca01681760b3c9c679b866ca2e2ce9c1a46.tar.xz | |
_www: rename submodule "wui" to "pakakeh_ts"
Diffstat (limited to '_www/http_target.js')
| -rw-r--r-- | _www/http_target.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_www/http_target.js b/_www/http_target.js index 9d52264..3022b2e 100644 --- a/_www/http_target.js +++ b/_www/http_target.js @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: 2021 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-or-later -import { WuiInputSelect } from "./wui/input/select.js"; -import { WuiInputString } from "./wui/input/string.js"; +import { WuiInputSelect, } from "./pakakeh_ts/input/select.js"; +import { WuiInputString, } from "./pakakeh_ts/input/string.js"; import { generateFormInput, loadHTTPTargetHeader, loadHTTPTargetParam, } from "./functions.js"; import { CLASS_INPUT, CLASS_INPUT_LABEL, } from "./interface.js"; const CLASS_HTTP_TARGET = "http_target"; |
