Browse Source

Fix index page error

pull/6/head
Menci 7 years ago
parent
commit
8b02f02332
  1. 2
      views/index.ejs

2
views/index.ejs

@ -76,7 +76,6 @@
</div>
</div>
<div class="right floated five wide column">
<% if (hitokoto) { %>
<h4 class="ui top attached block header">一言(ヒトコト)</h4>
<div class="ui bottom attached center aligned segment">
<div class="ui active centered inline loader" id="hitokoto-loader"></div>
@ -93,7 +92,6 @@
<div style="font-size: 1em; line-height: 1.5em; display: none; " id="hitokoto-content"></div>
<div style="text-align: right; margin-top: 15px; font-size: 0.9em; color: #666; display: none; " id="hitokoto-from"></div>
</div>
<% } %>
<%
if (fortune) {
let color;

Loading…
Cancel
Save