tormec / AcMenu

DokuWiki plugin which provides an accordion menu for namespaces and relative pages.
https://www.dokuwiki.org/plugin:acmenu
1 stars 3 forks source link

jQuery is not defined at the very first load #15

Closed tormec closed 1 year ago

tormec commented 1 year ago

When no cookie is saved yet, the following lines:

https://github.com/tormec/AcMenu/blob/32a81f832373482bfd6ca073edc11ce1b76cc8a0/syntax.php#L159-L165

causes the error (in the web console):

Uncaught ReferenceError: jQuery is not defined

Consider if it's possible to rid of those lines without any backward compatibility issues. To test.