mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Keep active table selected in Browse page in Spinner.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<form action="browse" method="post">
|
||||
<select name="table">
|
||||
{{#each tableNames}}
|
||||
<option value="{{this}}">{{this}}</option>
|
||||
<option value="{{this}}" {{eq table this yes="selected" no=""}}>{{this}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
<input type="hidden" name="db" value="{{database}}" />
|
||||
|
||||
Reference in New Issue
Block a user