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

XWIKI-21894: JSC_PARSE_ERROR in Tour.WebHome #2895

Merged
merged 1 commit into from
Feb 20, 2024

Commits on Feb 15, 2024

  1. Use double quotes for icon aria-hidden value

    The single quotes leads to error for example with tour extension:
    ```
    xwiki:Tour.WebHome:17:78: ERROR - [JSC_PARSE_ERROR] Parse error. ',' expected
      17|       $('<a class="action actionLaunch"><span class="fa fa-play" aria-hidden='true'></span> Launch</a>')
                                                                                        ^
    1 error(s), 0 warning(s)
    ```
    amottier committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f4cd11b View commit details
    Browse the repository at this point in the history