Did you try with this?
function onLoad() { require(['/assets/uploads/readmore.min.js'], function () { console.log('yeah it works'); console.log($('blockquote')); $('blockquote').readmore(); }); } $(document).ready(onLoad); $(window).on('action:ajaxify.end', onLoad);Unable to use Draft Widgets
-
I recently upgraded to 0.5.4. I'm unable to drag previous widgets from the Drafts zone, however dragging new widgets works fine.
Additionally, the site is no longer viewable on mobile. The categories disappear with the Vanilla theme:
-
Is it possible that I overshot the preferred release of nodebb-essential-widgets and that's causing the issue? What's the correct version number for 0.5.4?
-
@Guiri 0.1.2
-
@a_5mith Thanks. Installed but still no drag and drop widgets. How can I help investigate this further? It it a CSS problem or javascript?