diff options
| author | Raúl Benencia <id@rbenencia.name> | 2026-06-04 11:46:41 -0300 |
|---|---|---|
| committer | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2026-06-04 16:54:47 -0300 |
| commit | 8fe49893010063ad2eb6846a7649f4f43b7fd964 (patch) | |
| tree | f32dcb04af59819fb14eebce265a4d9b51e8b036 /web/templates | |
| parent | 4f10d69e9ae57187022da47d9b530b7f9a84a7ea (diff) | |
refactor: rm jquery from first-party code
Diffstat (limited to 'web/templates')
| -rw-r--r-- | web/templates/html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/html/index.html b/web/templates/html/index.html index ea93c01..b4da903 100644 --- a/web/templates/html/index.html +++ b/web/templates/html/index.html @@ -58,7 +58,7 @@ </select> </div> <div class="form-group form-row params-container"> - <!-- filled by JQ code --> + <!-- filled by local.js --> </div> <input class="btn btn-primary" type="submit" value="Boot!"/> </form> |
