Skip to content

Commit

Permalink
Fix broken ReplayWeb.page form
Browse files Browse the repository at this point in the history
We removed a (seemingly superfluous) class name in a previous commit,
which broke the form because the JS was expecting to find an element
with that class name.
  • Loading branch information
frawleyskid committed Oct 19, 2023
1 parent 0235558 commit 9eb0b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/replayweb-url.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- .Page.Scratch.Set "replayweb" true -}}
<div class="card my-4">
<div class="replayweb-url-form card my-4">
<div class="card-body">
<form novalidate>
<div class="row align-itesm-center mb-2 needs-validated slug-input">
Expand Down

0 comments on commit 9eb0b90

Please sign in to comment.