Bug 1930033 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Expanding product lists does not work on Firefox.

Steps to reproduce:
1. Open https://comic-days.com/#days-original-thursday
2. Click on `もっと見る (37作品) v` (English translation:`View More 37ptoducts`) at the bottom of this section

Actual results:
Nothing happens.
Error console shows the following error:
```
Uncaught SyntaxError: illegal character U+30FB                    2368-4f051732b0717037.js:1:5784
```

Expected results:
The rest of the products should be displayed.

Fixed range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=838b6676e282adf1df0e291e4bc8109e0467f5a3&tochange=6d6ee1c2471701a7ecc056d807cbbff12bd7fb8e
Expanding product lists does not work on Firefox.

Steps to reproduce:
1. Open https://comic-days.com/#days-original-thursday
2. Click on `もっと見る (37作品) v` (English translation:`View More 37ptoducts`) at the bottom of this section

Actual results:
Nothing happens.
Error console shows the following error:
```
Uncaught SyntaxError: illegal character U+30FB                    2368-4f051732b0717037.js:1:5784
```
The error occurs the following javascript code `・`.
`... m={オリジナル:n,新人・読切:e,総合:a} ...`

Expected results:
The rest of the products should be displayed.

Fixed range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=838b6676e282adf1df0e291e4bc8109e0467f5a3&tochange=6d6ee1c2471701a7ecc056d807cbbff12bd7fb8e

Back to Bug 1930033 Comment 0