placeholder values exist

This commit is contained in:
perennial
2024-10-01 15:09:05 +10:00
parent 248913a188
commit 230b9867be
+1 -1
View File
@@ -93,7 +93,7 @@
Current image proxy server
</label>
<!-- TODO: there's probably a better way of doing this -->
{{ a, b := CookieList["pixivfe-ImageProxy"] }}
{{ a, _ := CookieList["pixivfe-ImageProxy"] }}
{{- if a != "" -}}
<input class="form-control" type="text" value="{{ a }}" aria-label="Current image proxy" id="current-image-proxy" disabled readonly>
{{- else }}