mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
--Improves platform detection for linux on /get-dash/index.html
--Adds friendly "platform not detected" message styled with callout. --Hardens "download button" init code and removes unnecessary execution --console-log cleanup
This commit is contained in:
parent
e3e3aeb6e4
commit
df757d920c
5 changed files with 63 additions and 50 deletions
|
@ -1,6 +1,6 @@
|
|||
{% assign desktop-os-collection = site.data.wallets-collection | where:"type","desktop" | group_by:"os" %}
|
||||
{% assign wallet-collection-by-os = site.data.wallets-collection | group_by:"os" %}
|
||||
|
||||
<script>
|
||||
var walletsCollectionByOs = {{ desktop-os-collection | jsonify }};
|
||||
var walletsCollectionByOs = {{ wallet-collection-by-os | jsonify }};
|
||||
console.log('walletsCollectionByOs : ' , walletsCollectionByOs );
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue