修改文字和图片
This commit is contained in:
parent
809a307eff
commit
a25a4da6ab
@ -38,7 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="amb-i-11 origon hide" id="cp_container">
|
<div class="amb-i-11 origon hide" id="cp_container">
|
||||||
<span>Click right button copy the Commander link</span>
|
<span><a href="javascript:void(0)" id="apply_href">Click to copy the link of Commander</a></span>
|
||||||
<a id="copyBtn"></a>
|
<a id="copyBtn"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="amb-i-11 gray" id="apply_btn">
|
<div class="amb-i-11 gray" id="apply_btn">
|
||||||
@ -78,7 +78,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#copyBtn").on('click', function() {
|
$("#apply_href").on('click', function() {
|
||||||
var host = location.origin;
|
var host = location.origin;
|
||||||
var path = location.pathname;
|
var path = location.pathname;
|
||||||
var _text = `${host}${path}?cmdr=${window.chain.account}`;
|
var _text = `${host}${path}?cmdr=${window.chain.account}`;
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Loading…
x
Reference in New Issue
Block a user