-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor fixups #211
Minor fixups #211
Conversation
@@ -237,7 +239,9 @@ | |||
|
|||
// {% if args.encryption_client_side || args.encryption_server_side || args.enable_readonly %} | |||
if (passwordField.value.trim() != "") { | |||
// {% if !args.no_file_upload %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this commented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question regarding the other commented bits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it probably breaks JS parsing in code editors otherwise, and it's processed by the template system anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh thanks (and thanks for the quick response)! I did not know that, I thought they where leftover commented bits from testing.
No description provided.