Skip to content
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

Fix for encryptClientServer input field #4387

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

nilsteampassnet
Copy link
Owner

Fix for encryptClientServer input field

@nilsteampassnet nilsteampassnet merged commit bdd3fd9 into master Sep 30, 2024
2 checks passed
@@ -182,7 +182,7 @@ function prepareExchangedData(data, type, key, fileName = '', functionName = '')
}
}
} else if (type === 'encode') {
if (parseInt($('#encryptClientServer').val()) === 0) {
if (parseInt($('#encryptClientServerStatus').val()) === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well seen, I wanted to do that without success but I forgot to modify this line!

@nilsteampassnet nilsteampassnet deleted the fix-encryptClientServer branch October 2, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants