mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-22 16:17:46 +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>
|
||||||
<script src="js/main.js">
|
<script src="js/main.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function copyToClipBoardXMR() {
|
function copyToClipBoardXMR() {
|
||||||
var content = document.getElementById('xmrInput');
|
var content = document.getElementById('xmrInput');
|
||||||
|
|
Loading…
Reference in a new issue