Implements OS detection & cleanup on /get-dash/index.html

This commit is contained in:
Chuck Williams 2017-01-30 23:53:07 -07:00
parent 13002fe958
commit 031cf91dd4
7 changed files with 1319 additions and 2 deletions

View file

@ -0,0 +1,6 @@
{% assign desktop-os-collection = site.data.wallets-collection | where:"type","desktop" | group_by:"os" %}
<script>
var walletsCollectionByOs = {{ desktop-os-collection | jsonify }};
console.log('walletsCollectionByOs : ' , walletsCollectionByOs );
</script>