X Tutup
The Wayback Machine - https://web.archive.org/web/20200912195514/https://github.com/github/archive-program/issues/93
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

Error: Cannot set property 'innerHTML' of null #93

Open
klutchdev opened this issue Sep 4, 2020 · 0 comments
Open

Error: Cannot set property 'innerHTML' of null #93

klutchdev opened this issue Sep 4, 2020 · 0 comments

Comments

@klutchdev
Copy link

@klutchdev klutchdev commented Sep 4, 2020

Error in main.js:

Uncaught TypeError: Cannot set property 'innerHTML' of null
    at showRemaining (main.js:247)

Stack trace line:247

showRemaining @ main.js:247
setInterval (async)
bind @ main.js:262
init @ main.js:223
(anonymous) @ main.js:14
l @ jquery-3.3.1.min.js:2
c @ jquery-3.3.1.min.js:2
setTimeout (async)
(anonymous) @ jquery-3.3.1.min.js:2
u @ jquery-3.3.1.min.js:2
fireWith @ jquery-3.3.1.min.js:2
fire @ jquery-3.3.1.min.js:2
u @ jquery-3.3.1.min.js:2
fireWith @ jquery-3.3.1.min.js:2
ready @ jquery-3.3.1.min.js:2
_ @ jquery-3.3.1.min.js:2

Property:

document.getElementById("countdown").innerHTML = ""; // null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.
X Tutup