We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37495f7 commit 8403222Copy full SHA for 8403222
modules/ext.tabberNeue/Transclude.js
@@ -94,6 +94,10 @@ class Transclude {
94
clearTimeout( loadingTimerId );
95
96
this.activeTabpanel.innerHTML = data;
97
+
98
+ // Fire the wikipage.content hook for potential consumers of the hook
99
+ // eslint-disable-next-line no-jquery/no-jquery-constructor
100
+ mw.hook( 'wikipage.content' ).fire( $( this.activeTabpanel ) );
101
} catch ( error ) {
102
this.activeTabpanel.classList.remove( 'tabber__panel--loading' );
103
0 commit comments