Compare commits
No commits in common. "733f0abf521d2ec6b4826c0e70f5691be38c28a3" and "c0958f40f7b4e6e7626571a9f1030eba761b490d" have entirely different histories.
733f0abf52
...
c0958f40f7
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ services:
|
|||
- IWM_SERVER="http://make.fangam.es"
|
||||
- IWM_THUMBNAILS="https://images.make.fangam.es"
|
||||
- IMGPROXY_URL="http://127.0.0.1:8080"
|
||||
- IMGPROXY_PARAMS="{\"advanced\":[\"q:50\"]}"
|
||||
- IMGPROXY_PARAMS="{\"extension\":\"webp\",\"advanced\":[\"q:50\"]}"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<div class='searchBar'>
|
||||
<form action="/search" method="get">
|
||||
<div class="search_entry">
|
||||
<input type='text' id="q" name="q" value='{{ QueryValues["q"] if QueryValues["q"] is not none }}' placeholder="Enter a level name or code"/>
|
||||
<input type='text' id="q" name="q" value='{{ QueryValues["q"] }}' placeholder="Enter a level name or code"/>
|
||||
<button class="searchButton" id='searchButton' type='submit'>🔍</button>
|
||||
</div>
|
||||
<details>
|
||||
|
|
Loading…
Reference in a new issue