since we use aside for the sidebar, and each page content is rendered on same html, we need to edit js code to be inside a function instead of running it after dom content is loaded.
this bug was introduced in 0.1.4 with the new OpenPanel default theme.
How to reproduce
navigate to OpenPanel > PHP Version
select verison in dropdown
click button to install
Possible Solution
edit js code to be inside a function instead of running it after dom content is loaded.
OpenPanel version(s) affected
0.1.5
Description
since we use aside for the sidebar, and each page content is rendered on same html, we need to edit js code to be inside a function instead of running it after dom content is loaded.
this bug was introduced in 0.1.4 with the new OpenPanel default theme.
How to reproduce
navigate to OpenPanel > PHP Version select verison in dropdown click button to install
Possible Solution
edit js code to be inside a function instead of running it after dom content is loaded.
Additional Context
No response