summaryrefslogtreecommitdiff
path: root/views/partials/hootbox.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/hootbox.ejs')
-rw-r--r--views/partials/hootbox.ejs9
1 files changed, 5 insertions, 4 deletions
diff --git a/views/partials/hootbox.ejs b/views/partials/hootbox.ejs
index 872ca68..d32ff8f 100644
--- a/views/partials/hootbox.ejs
+++ b/views/partials/hootbox.ejs
@@ -1,16 +1,17 @@
<div class="bluebox" id="hootbox">
- <form>
- <input type="text" name="comment">
+ <form autocomplete="off">
+ <input type="text" name="comment" autocomplete="off">
<button><%= hoot_text %></button>
+ <div class="errors"></div>
</form>
<table id="hoots">
<script class="template" type="text/html">
<tr>
- <td style="background-image:url(//www.carbonpictures.com/bucky/data/profile/.thumb/am.{{username}}.jpg)"><a href="/profile/{{username}}"><div></div></a></td>
+ <td style="background-image:url(/data/profile/{{username}}.jpg)"><a href="/profile/{{username}}"><div></div></a></td>
<td>
{{comment}}
</td>
</tr>
</script>
</table>
-</div> \ No newline at end of file
+</div>