mediawiki-extensions-OATHAuth/special
Brian Wolff 185bce5859 Fixup qrcode-generating js, to stop race condition.
Previously there was a race condition where the qrcode would
not show if the startup module finished loading prior to the
div that should contain the qrcode being loaded. This quite
commonly happened on wikipedia during a hit where js is cached
(But does not happen locally, my theory is that that is due to
how packets get split over the network but not from localhost).

Change it to use a normal RL module, as that seems best practise.
Also do not load the qrcode js on special pages that do not use it.
Finially, remove position:top as its not needed.

Bug: T136988
Change-Id: I5139f222207203d834bdc979b21c1fc94f242ac2
2016-06-20 03:42:28 -04:00
..
ProxySpecialPage.php Refactored special pages into HTMLForm and proxy 2016-03-23 11:26:04 -07:00
SpecialOATH.php Encrypt password when stored in user session 2016-03-30 21:23:48 -07:00
SpecialOATHDisable.php Fixup qrcode-generating js, to stop race condition. 2016-06-20 03:42:28 -04:00
SpecialOATHEnable.php Fixup qrcode-generating js, to stop race condition. 2016-06-20 03:42:28 -04:00
SpecialOATHLogin.php Fixup qrcode-generating js, to stop race condition. 2016-06-20 03:42:28 -04:00