Skip to content

Commit

Permalink
Merge pull request #1808 from hackmdio/bugfix/fix-history-nav-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jackycute committed Jun 5, 2023
2 parents c97e224 + b5b95df commit c4f607f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/index/body.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<button class="btn btn-sm btn-success ui-signin" data-toggle="modal" data-target=".signin-modal"><%= __('Sign In') %></button>
<% } %>
</div>
<form name="exportNoteData" action="<%- serverURL %>/me/export" method="post">
<form name="exportNoteData" action="<%- serverURL %>/me/export" method="post" style="display: none;">
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
</form>
<div class="ui-signout" style="float: right; margin-top: 8px;<% if(!signin) { %> display: none;<% } %>">
Expand Down

0 comments on commit c4f607f

Please sign in to comment.