mirror of
https://github.com/seigler/dash-website
synced 2025-07-28 15:36:09 +00:00
removed label
This commit is contained in:
parent
c6feb9d9ff
commit
154fe60a28
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
|
|
||||||
if (_downloadButton && _downloadButton.length > 0) {
|
if (_downloadButton && _downloadButton.length > 0) {
|
||||||
if (_detectedWallet && _platform) {
|
if (_detectedWallet && _platform) {
|
||||||
_downloadButton.html(_detectedWallet.links[0].label + ': ' + _detectedWallet.name)
|
_downloadButton.html(_detectedWallet.name)
|
||||||
.attr({
|
.attr({
|
||||||
title: _platform.os.toString()
|
title: _platform.os.toString()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue