dash-website/_includes/wallets_js_data.html
Chuck Williams df757d920c --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
2017-01-31 23:09:13 -07:00

6 lines
243 B
HTML

{% assign wallet-collection-by-os = site.data.wallets-collection | group_by:"os" %}
<script>
var walletsCollectionByOs = {{ wallet-collection-by-os | jsonify }};
console.log('walletsCollectionByOs : ' , walletsCollectionByOs );
</script>