Skip to content

Commit c4f607f

Browse files
authored
Merge pull request #1808 from hackmdio/bugfix/fix-history-nav-ui
2 parents c97e224 + b5b95df commit c4f607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/index/body.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<button class="btn btn-sm btn-success ui-signin" data-toggle="modal" data-target=".signin-modal"><%= __('Sign In') %></button>
2020
<% } %>
2121
</div>
22-
<form name="exportNoteData" action="<%- serverURL %>/me/export" method="post">
22+
<form name="exportNoteData" action="<%- serverURL %>/me/export" method="post" style="display: none;">
2323
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
2424
</form>
2525
<div class="ui-signout" style="float: right; margin-top: 8px;<% if(!signin) { %> display: none;<% } %>">

0 commit comments

Comments
 (0)