get stock and cyrpto symbol
This commit is contained in:
parent
4d6eab858f
commit
b615240a48
@ -1762,7 +1762,7 @@
|
|||||||
id="stocks-features"
|
id="stocks-features"
|
||||||
class="display-features-list text-white symbol-list">
|
class="display-features-list text-white symbol-list">
|
||||||
{% for f in stocks_settings.symbols %}
|
{% for f in stocks_settings.symbols %}
|
||||||
<li>{{f}}</li>
|
<li onclick="getStockSymbol(this.innerText)">{{f}}</li>
|
||||||
{% endfor%}
|
{% endfor%}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -2279,7 +2279,7 @@
|
|||||||
|
|
||||||
{% for f in crypto_settings.symbols %}
|
{% for f in crypto_settings.symbols %}
|
||||||
|
|
||||||
<li>{{f}}</li>
|
<li onclick="getCryptoSymbol(this.innerText)">{{f}}</li>
|
||||||
|
|
||||||
{% endfor%}
|
{% endfor%}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user