Skip to content

Commit

Permalink
remove twitter button - fixup редактора настроек
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Oct 18, 2019
1 parent 4b9c308 commit 1b23519
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/webapp/WEB-INF/jsp/edit-profile.jsp
Expand Up @@ -42,8 +42,6 @@ $script.ready('plugins', function() {
<form method=POST id="profileForm" action="/people/${nick}/settings">
<lor:csrf/>
<table>
<tr><td>Показывать социальные кнопки (Twitter)</td>
<td><input type="checkbox" name="showSocial" <c:if test="${template.prof.showSocial}">checked</c:if> ></td></tr>
<c:if test="${template.prof.showNewFirst}">
<tr><td>Новые комментарии в начале</td>
<td><input type="checkbox" name="newfirst" <c:if test="${template.prof.showNewFirst}">checked</c:if> ></td></tr>
Expand Down

0 comments on commit 1b23519

Please sign in to comment.