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

fix bug in JS #46

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

Conversation

diegosomar
Copy link

When the element #permalinks-customizer-edit-box .inside does not exists in DOM, it causes an error and break javascript on the page. The error is:

script-form.min.js?ver=5.4.2:1 Uncaught TypeError: Cannot read property 'innerHTML' of null at HTMLDocument.permalinkContentLoaded (script-form.min.js?ver=5.4.2:1)

Image below shows the error position:
Captura de tela de 2020-07-23 11-51-09

The solution returns true in the verification immediately if the element does not exists in the DOM.

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.

None yet

1 participant