Skip to content

Commit

Permalink
send colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
oybek committed Mar 2, 2024
1 parent e5bc9b2 commit 3188b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spendbook/report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
const data = {
month: parseInt(dropdownInput.val(), 10),
year: parseInt($('input[name="year"]:checked').val(), 10),
colorScheme: window.Telegram.WebApp.colorScheme,
};
Object.keys(data).forEach(
(key) =>
Expand Down

0 comments on commit 3188b5d

Please sign in to comment.