Conversation
Fix for dropdown errors
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3d0bab15a6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
|
|
||
| <script> | ||
| $(function () { |
There was a problem hiding this comment.
Restore jQuery UI before billing datepicker init
billing.php still calls $("#datepicker, #datepicker2").datepicker() on page parse, but this commit removed the local jQuery/jQuery UI script tags that previously loaded before that call. Because footer.php loads JS only later (after include 'footer.php'), $/datepicker are undefined at this point, so the billing filter datepickers stop working and the inline script throws on page load.
Useful? React with 👍 / 👎.
Fix for dropdown errors