fiddling
parent
228f916283
commit
0fd4bbeb09
|
|
@ -17,10 +17,11 @@
|
|||
}
|
||||
function callback(responseBody, responseStatus) {
|
||||
}
|
||||
var f = String(window.location).split("/transactions")[1]
|
||||
var f = String(window.location).split("/transactions.html")[1]
|
||||
if (!f) {
|
||||
f = "./moolah.dat"
|
||||
f = "/moolah.dat"
|
||||
}
|
||||
f = "." + f
|
||||
function init() {
|
||||
load(f)
|
||||
}
|
||||
|
|
@ -68,12 +69,13 @@
|
|||
<summary>Balance</summary>
|
||||
<div id="bal">
|
||||
</div>
|
||||
</details>
|
||||
<details>
|
||||
<summary>Look at this graph</summary>
|
||||
<iframe style="background: white; width: 100%;" src="/api/reg?x=y&mode=reg&likeName=Withdrawal:[0123]&chart=stack&predictionMonths=6&prediction=autoContributions=&bpi=true&zoomStart=2023-01"></iframe>
|
||||
<details>
|
||||
<summary><i>Look at this graph</i></summary>
|
||||
<iframe style="background: white; width: 100%;" src="/api/reg?x=y&mode=reg&likeName=Withdrawal:[0123]&chart=stack&predictionMonths=6&prediction=autoContributions=&bpi=true&zoomStart=2023-01"></iframe>
|
||||
</details>
|
||||
</details>
|
||||
<details open>
|
||||
<summary>Register</summary>
|
||||
<div id="reg">
|
||||
</div>
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Reference in New Issue