-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
Milestone
Description
With PR #11676 the submit of the form was moved fron body to inline script. But it was no removed on all onLoad body tags:
Line 222 in e4e24c6
html.append(" <body onload=\"document.forms[0].submit()\">\n"); |
and
Line 126 in e4e24c6
html.append(" <body onload=\"document.forms[0].submit()\">\n"); |
still have the onLoad on the body and also now in the inlince script section.
Is there a reason/benefit to put the script outside of the head and body tag?
marcusdacoregio