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

Update index.html #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update index.html #137

wants to merge 1 commit into from

Conversation

hamedprog
Copy link

in certain ports, such as 3010, 3020, or …, the site was facing issues with loading, and it wouldn’t load the SVG file. Upon inspection, it was discovered that sometimes, in the following line, el is null:

self.el.style.display = "block";

Initially, the problem was resolved by creating a delay in the execution of the following line:

OpenSpeedTest.Start();

Then, it was determined that the problem could be solved by making changes in the index.html file. We used an iframe instead of an object tag."

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