diff options
Diffstat (limited to 'views/partials/hootbox.ejs')
| -rw-r--r-- | views/partials/hootbox.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/hootbox.ejs b/views/partials/hootbox.ejs index fe0298b..826b89a 100644 --- a/views/partials/hootbox.ejs +++ b/views/partials/hootbox.ejs @@ -1,7 +1,7 @@ <div class="bluebox" id="hootbox"> <form autocomplete="off"> <input type="text" name="comment" autocomplete="off"> - <button><%= hoot_text %></button> + <button class="hoot"><%= hoot_text %></button> <div class="errors"></div> </form> <table id="hoots"> |
