orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
512 stars 53 forks source link

Presentations do not seems to be working in orchid 0.21.0 due to javascript error in Editorial theme. #392

Closed SnakeSVx closed 3 years ago

SnakeSVx commented 3 years ago

I've been trying out presentations and when I try to open the page I get an error that $.deck is not a function.

initDeck.js:2 Uncaught TypeError: $.deck is not a function at HTMLDocument.<anonymous> (initDeck.js:2) at j (jquery.js:3148) at Object.fireWith [as resolveWith] (jquery.js:3260) at Function.ready (jquery.js:3472) at HTMLDocument.J (jquery.js:3503)

I noticed that multiple jquery versions are getting imported, so maybe there is a conflict somewhere.

`

`

SnakeSVx commented 3 years ago

Extra note: it works in BsDoc, but it doesn't in Editorial.

Bsdoc contains jquery 3, while Editorial still contains jquery 1.

This issue also causes the search function to not work.