Remove raw list of open tabs
This commit is contained in:
parent
02396cb455
commit
ddc41d2fa4
@ -43,14 +43,4 @@ th {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<h2>Raw list</h2>
|
|
||||||
<code>
|
|
||||||
{% for win_id, tabs in tab_list_by_window.items() %}
|
|
||||||
{% for name, url in tabs %}
|
|
||||||
{{url}}</br>
|
|
||||||
{% endfor %}
|
|
||||||
{% endfor %}
|
|
||||||
</code>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user