mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 07:39:59 -07:00
website: up signals + added compare folder to all groups
This commit is contained in:
@@ -384,8 +384,8 @@ function appendInputDate({ id, title, value, parent, today, signals }) {
|
||||
|
||||
input.min = "2011-01-01";
|
||||
|
||||
signals.createEffect(() => {
|
||||
input.max = today().toJSON().split("T")[0];
|
||||
signals.createEffect(today, (today) => {
|
||||
input.max = today.toJSON().split("T")[0];
|
||||
});
|
||||
|
||||
parent.append(input);
|
||||
|
||||
Reference in New Issue
Block a user