2sic / app-faq

Simple faq app with categories, filters, various views
MIT License
1 stars 1 forks source link

Can't add module to a page #5

Open efficiondave opened 4 years ago

efficiondave commented 4 years ago

When I try to add this app to a page, I get the following errors in the Console: 1.) Uncaught TypeError: $(...).dnnModuleDragDrop is not a function.

2.) Uncaught can't load pageid, moduleid etc. and DNN SF is not available. You must either include jQuery on the page or inject the jsApi parameters to prevent auto-detection.

All other Apps and Modules work fine. I've tried it using different skins and still get the same error.

iJungleboy commented 4 years ago

Thx. I was on vacation till now.

My best guess is that the html gets broken, like maybe an unclosed script or div tag. could you check and give more feedback?