You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that $this->modified is not set to true for some reason, which prevents the addition of the required js file in the generate page. Thus, I end up with a raw equation being displayed in the page.
If I remove the !$this->modified` condition from line 168 (
I know I was implementing a technique to add assets dynamically to a page even if page caching was on. This is a stub and I recently learned that with Grav it is not possible to do such things. However at that time I released the feature it was working at least on a page. On a modular page I don't know and have to test it. Unfortunately my time is really limited at the moment. I will keep an eye of the issue here and release a new version as soon as possible.
It appears that $this->modified is not set to true for some reason, which prevents the addition of the required js file in the generate page. Thus, I end up with a raw equation being displayed in the page.
If I remove the
!$this->
modified` condition from line 168 (grav-plugin-mathjax/mathjax.php
Line 168 in a9caea2
The text was updated successfully, but these errors were encountered: