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