Index: trunk/extensions/MoodBar/SpecialFeedbackDashboard.php |
— | — | @@ -68,6 +68,11 @@ |
69 | 69 | $wgOut->addHTML( $this->buildList( $res ) ); |
70 | 70 | $wgOut->addModuleStyles( 'ext.moodBar.dashboard.styles' ); |
71 | 71 | $wgOut->addModules( 'ext.moodBar.dashboard' ); |
| 72 | + //check for interfaceConcurrency extension, remove check when in core. |
| 73 | + if( class_exists( 'ApiConcurrency') ) { |
| 74 | + $wgOut->addModules( 'jquery.interfaceConcurrency' ); |
| 75 | + } |
| 76 | + |
72 | 77 | } |
73 | 78 | |
74 | 79 | /** |