diff options
author | Vika <vika@fireburn.ru> | 2022-09-29 01:19:50 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-09-29 01:19:50 +0300 |
commit | fe797b87332bf9c9625da1474fd0956d01de60e6 (patch) | |
tree | 98d6a2cba8cb88adff38faafbdc369ec507c1e6b /kittybox-rs/templates | |
parent | e246ed91a62e6f7b4db57fd2f9675fcb4b7d9db8 (diff) | |
download | kittybox-fe797b87332bf9c9625da1474fd0956d01de60e6.tar.zst |
Diffstat (limited to 'kittybox-rs/templates')
-rw-r--r-- | kittybox-rs/templates/src/indieauth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/templates/src/indieauth.rs b/kittybox-rs/templates/src/indieauth.rs index 254b273..1b47daf 100644 --- a/kittybox-rs/templates/src/indieauth.rs +++ b/kittybox-rs/templates/src/indieauth.rs @@ -11,7 +11,7 @@ markup::define! { script[type="module"] { @markup::raw(r#"import { submit_handler } from "/.kittybox/static/indieauth.js"; -document.getElementById("indieauth_form").onSubmit = submit_handler; +document.getElementById("indieauth_page").onSubmit = submit_handler; "#) } main { |