diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2022-07-03 04:27:23 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2022-07-03 04:27:23 +0300 |
commit | 71d019f6ff3402d07a21c3c0a865ed9d8d9de1f0 (patch) | |
tree | cbbdde101f66dd0c1deeef073a890ed3fa19719e /ak-wallet-dev.html | |
parent | 30fb268804281784968d3104efa479b6862b7be8 (diff) | |
download | arching-kaos-web-ui-71d019f6ff3402d07a21c3c0a865ed9d8d9de1f0.tar.gz arching-kaos-web-ui-71d019f6ff3402d07a21c3c0a865ed9d8d9de1f0.tar.bz2 arching-kaos-web-ui-71d019f6ff3402d07a21c3c0a865ed9d8d9de1f0.zip |
Replaced tab with 4 spaces
Diffstat (limited to 'ak-wallet-dev.html')
-rw-r--r-- | ak-wallet-dev.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ak-wallet-dev.html b/ak-wallet-dev.html index 32bdffa..f378742 100644 --- a/ak-wallet-dev.html +++ b/ak-wallet-dev.html @@ -11,12 +11,12 @@ right: 2vw; padding: 2vh 2vw; } - #stats-section div { - border: #0a0a0a 2px solid; - background: darkred; - padding: 2px; - width: fit-content; - } + #stats-section div { + border: #0a0a0a 2px solid; + background: darkred; + padding: 2px; + width: fit-content; + } </style> <link rel="icon" href="https://ipfs.arching-kaos.com/ipfs/QmagKP1zLWaGHLR4191dpvsCYHS8tuPCRYJgfK9Zdr6i9S?filename=logo.png" sizes="32x32"> <link rel="icon" href="https://ipfs.arching-kaos.com/ipfs/QmagKP1zLWaGHLR4191dpvsCYHS8tuPCRYJgfK9Zdr6i9S?filename=logo.png" sizes="192x192"> @@ -498,7 +498,7 @@ * Returns the result of execution on the proper page in DOM */ function exe(a,d,j,x,y,z){ - console.log(a,d,j,x,y,z) + console.log(a,d,j,x,y,z) gurl = 'https://ipfs.arching-kaos.com/ipfs/' fetch(gurl+d, { method:'GET', |