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

page outline for load csv #44

Merged
merged 12 commits into from
Jul 18, 2024
Merged

page outline for load csv #44

merged 12 commits into from
Jul 18, 2024

Conversation

cbh778899
Copy link
Collaborator

No description provided.

}
}
const mb_size = Math.round(size / (1024 * 1024));
file_status_display.innerHTML = `<strong>${name}</strong> (${mb_size} MB)`

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.
message_text.className = 'message-text';
message_elem.appendChild(message_text);
if(typeof message === 'string') {
message_text.innerHTML = message;

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
DOM text
is reinterpreted as HTML without escaping meta-characters.
@cbh778899 cbh778899 merged commit 106be7d into master Jul 18, 2024
4 checks passed
@cbh778899 cbh778899 deleted the load-csv branch July 18, 2024 03:50
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.

1 participant