giterlizzi / dokuwiki-plugin-datatables

Add DataTables support to DokuWiki
GNU General Public License v2.0
10 stars 10 forks source link

Plugin does not find jquery for datatables in Hogfather #50

Closed bjquast closed 4 years ago

bjquast commented 4 years ago

After upgrading to DW-version "Hogfather" the plugin does not find jquery for the datatables js library any more.

giterlizzi commented 4 years ago

Hi, please add a screen of JS error console.

Thanks, Joseph

bjquast commented 4 years ago

Sorry, I forgot to mention, I used the DokuWiki Upgrade Plugin of Andreas Gohr to upgrade the wiki from Greebo to Hogfather.

Do these screenshots help you? log1_ log2_

Björn

giterlizzi commented 4 years ago

Hi, Hogfather now use the "defer" attribute for speedup the JS loading but this attribute break some plugins. You can temporary disable the defer attribute using defer_js option in Configuration Manager (see https://www.dokuwiki.org/config:defer_js).

I'm working to release a new version of plugin with an updated version of DataTables and a fix for this issue without a workaround.

bjquast commented 4 years ago

Hi, disabling the defer-attribute fixes the problem for me. Thanks! I close the issue Björn