Page MenuHomePhabricator

mw.user.isAnon is not a function @ th.wikipedia
Closed, ResolvedPublic

Description

Just open console on any page on Thai Wikipedia.

TypeError: mw.user.isAnon is not a function

I don't know where is it. This cause some script/gadget fails to work. Please help.

Event Timeline

@Octahedron80 Have a sysop/administrator on that page, change:

mw.loader.using( ['mediawiki.util', 'mediawiki.notify', 'jquery.client'], function () {

into

mw.loader.using( ['mediawiki.util', 'mediawiki.user', 'mediawiki.notify', 'jquery.client'], function () {

I think that would fix it.

@Octahedron80: Please tell us if this is still a problem.

I don't see any exceptions on th.wp now. Presumably fixed.