fixed display bug when switching between professional and standard without saving in between
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
<select id="inputDisplayFormat" class="form-select">
|
||||
<option>Standard Scrolling</option>
|
||||
<option>Professional two rows</option>
|
||||
<option>Static display</option>
|
||||
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
@@ -212,17 +212,11 @@
|
||||
class="display-features-list text-dark"
|
||||
>
|
||||
|
||||
{%if not professional%}
|
||||
{% for f in currently_displaying %}
|
||||
<li>{{f}}</li>
|
||||
{% endfor%}
|
||||
{%endif%}
|
||||
|
||||
{%if professional%}
|
||||
{% for f in currently_displaying[0] %}
|
||||
<li>{{f}}</li>
|
||||
{% endfor%}
|
||||
{%endif%}
|
||||
{% for f in currently_displaying[0] %}
|
||||
<li>{{f}}</li>
|
||||
{% endfor%}
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user