xeyownt / mwpgnjs

A MediaWiki extension to display and animate chess games (boards and moves) given in PGN format
Apache License 2.0
3 stars 1 forks source link

Boards not visible in MW 1.35 #11

Closed xeyownt closed 3 years ago

xeyownt commented 3 years ago

The boards are not visible In MediaWIki 1.35.

Checking the version page, we see that the extension loads properly.

xeyownt commented 3 years ago

The extension still works in MW 1.34.4.

Checking MW 1.35 release notes, we see that jquery.ui.* are no longer available. jquery-ui must be used instead.

xeyownt commented 3 years ago

More simply, we could have checked Firefox / Chrome debug console.

Error: Unknown module: jquery.ui.core
xeyownt commented 3 years ago

The fix is to either import jquery.ui in extension.json, or better yet, use jquery from PgnViewerJS since jquery is deprecated in MW.