Skip to content

Commit

Permalink
deps(mw): add jquery.makeCollapsible to root session
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed May 28, 2024
1 parent 73ba073 commit f1c04a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/session/DeputyRootSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,8 @@ export default class DeputyRootSession {
'oojs-ui.styles.icons-interactions',
'oojs-ui.styles.icons-media',
'oojs-ui.styles.icons-movement',
'ext.discussionTools.init'
'ext.discussionTools.init',
'jquery.makeCollapsible'
], async ( require ) => {
// Instantiate the parser
const dt = require( 'ext.discussionTools.init' );
Expand Down

0 comments on commit f1c04a5

Please sign in to comment.