mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
placeholder values exist
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user