mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-16 14:57:35 +00:00
JS-Script Error Fix
CopyBtn-Fix
This commit is contained in:
parent
1e9c52ed52
commit
7454a72765
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ $xmr_in_fiat = strtr($xmr_in_fiat, ",", " ");
|
|||
}
|
||||
}
|
||||
</script>
|
||||
<script src="js/main.js">
|
||||
<script src="js/main.js"></script>
|
||||
<script type="text/javascript">
|
||||
function copyToClipBoardXMR() {
|
||||
var content = document.getElementById('xmrInput');
|
||||
|
|
Loading…
Reference in a new issue