We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c97e224 + b5b95df commit c4f607fCopy full SHA for c4f607f
public/views/index/body.ejs
@@ -19,7 +19,7 @@
19
<button class="btn btn-sm btn-success ui-signin" data-toggle="modal" data-target=".signin-modal"><%= __('Sign In') %></button>
20
<% } %>
21
</div>
22
- <form name="exportNoteData" action="<%- serverURL %>/me/export" method="post">
+ <form name="exportNoteData" action="<%- serverURL %>/me/export" method="post" style="display: none;">
23
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
24
</form>
25
<div class="ui-signout" style="float: right; margin-top: 8px;<% if(!signin) { %> display: none;<% } %>">
0 commit comments