Simplify code for updating tooltips with accesskey tips
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 19 May 2016 17:22:06 +0000 (19:22 +0200)
committerKrinkle <krinklemail@gmail.com>
Mon, 23 May 2016 23:05:40 +0000 (23:05 +0000)
commit903257064ef14dd19267b06b2a2421f126b7dcc5
tree1d58d9caf761602fd4acb8f7814379a271f2860d
parente04a717196cb23161acfff17e7e31c219112ad8d
Simplify code for updating tooltips with accesskey tips

After 79e095fd, we can assume that if this code runs, then the fast
querySelectorAll() is available, and therefore jQuery will use it
rather than its polyfill.

This completes the fix for T60255 started in ed85c136.

Change-Id: I6b905ffb8ccf791d0edebfc15f2a4f1d1a57fbe1
resources/src/mediawiki/mediawiki.util.js
resources/src/mediawiki/page/ready.js