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

Allow script tags in custom html #330

Merged
merged 5 commits into from
Nov 19, 2021
Merged

Conversation

nightnei
Copy link
Contributor

No description provided.

@nightnei nightnei requested a review from StyleT November 19, 2021 13:51
@@ -143,8 +143,19 @@ export class TransactionManager {
this.#globalSpinner.showModal();
} else {
this.#globalSpinner = document.createElement('div');
this.#globalSpinner.classList.add('wrapperIlcSpinner');
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
this.#globalSpinner.classList.add('wrapperIlcSpinner');
this.#globalSpinner.classList.add('ilcSpinnerWrapper');

@nightnei nightnei merged commit d76fa92 into master Nov 19, 2021
@nightnei nightnei deleted the allowScriptTagsInCustomHTML branch November 19, 2021 14:49
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