Kashiwagi finds out she's pregnant and has a shotgun wedding with her boyfriend, derailing their futures into a loveless marriage held together by mutual blame.
Maki is swept off her feet by someone so thoroughly that in the rare moments when she remembers her old crush, all she feels is relief...
A line of code that was addressed in the previous topic is still present in other pages:
let post_id = $(event.relatedTarget).data('post-id');
If this let is changed to var in every site template where the line appears, I believe it will fix most of your problems. If this is important to you...
Hey all, Teasday made the above change today. If you're using the legacy reader on older devices, give it another shot.
This only addresses page control in the legacy reader for now, so the other issues mentioned haven't been looked at, but page navigation was most of what I needed.
OK, I got tired of waiting. In the legacy reader, there are two lines in the inline JS:
const tag = (evt.target || evt.srcElement).tagName
and
let post_id = $(event.relatedTarget).data('post-id');
Change const and let to var and basic navigation should work again.
This is one of the...
Here are the console errors from my iPad for a reader page:
[Error] Viewport argument key "shrink-to-fit" not recognized and ignored. (540151, line 6)
[Error] ReferenceError: Can't find variable: Symbol (bundle.prod.js, line 1)
[Error] SyntaxError: Expected an identifier but found 'typename'...