Skip to content

Using `mw.hook('wikipage.content')`

Xzonn requested to merge Xzonn/Tabber:Xzonn-master-patch-46955 into master

$('.tabber').tabber(); will run only once when the page is load. But if I'm editing and getting a preview, it won't run. Using mw.hook('wikipage.content') could solve this problem, since it would be working when I get a preview.

Merge request reports