mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Default the query history to hidden in Spinner.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
</form>
|
||||
|
||||
<!-- Container for previous queries -->
|
||||
<h1>Query History</h1>
|
||||
<table id="history-container"></table>
|
||||
<h1 class="collapse-header" data-for="history-container">Query History</h1>
|
||||
<table id="history-container" class="hidden"></table>
|
||||
|
||||
<!-- Query Result -->
|
||||
<h1>Data</h1>
|
||||
|
||||
Reference in New Issue
Block a user