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

Avoid "Uncaught TypeError: Cannot set property 'innerHTML' of null" errors #685

Merged
merged 1 commit into from
Oct 17, 2019
Merged

Avoid "Uncaught TypeError: Cannot set property 'innerHTML' of null" errors #685

merged 1 commit into from
Oct 17, 2019

Conversation

agiudiceandrea
Copy link
Contributor

Execute replacesha() on forusers/alldownloads.html only, to avoid the following errors

Uncaught TypeError: Cannot set property 'innerHTML' of null
at XMLHttpRequest.xhr.onload (download.html:362)

Also, in forusers/alldownloads.html there is no "content" section, so it's useless to append anything to it in that page.

Fixes #684

…rrors

Execute replacesha() on forusers/alldownloads.html only.
Also, in forusers/alldownloads.html there is no "content" section, so it's useless to append anything to it in that page.
Fixes #684
@jef-n jef-n merged commit 826ed1e into qgis:master Oct 17, 2019
@agiudiceandrea agiudiceandrea deleted the patch-3 branch October 18, 2019 00:28
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.

"Uncaught TypeError: Cannot set property 'innerHTML' of null" on forusers/download.html load
3 participants