mediawiki-extensions-Multim.../resources
Gergő Tisza 194876ba58 Fix share tabs
The share/embed tab bar used some hacks to disable MenuSelectWidget's
normal behavior of disappearing once a selection has been made; after
the last OOUI update this doesn't work anymore.

This commit makes some small changes to make it work again:
* replace .show() with .toggle() as the widget uses a custom
  show/hide mechanism now
* reorder some calls - .toggle() has no effect as long as the menu has
  no options
* disable autoHide which would hide the menu when the user clicks
  outside (didn't test if it is really needed but seemed reasonable)

Also undoes some CSS changes that came with the update.

Bug: T89531
Change-Id: I3688ec21250bf2eb8dbfd67e306e857028d71fc7
2015-02-15 06:08:45 +00:00
..
jquery.hashchange Remove $.browser call in jquery.hashchange 2014-07-10 15:12:41 -04:00
jquery.scrollTo Clicking on the chevron should open/close the details 2014-01-15 09:21:58 +01:00
mmv Fix share tabs 2015-02-15 06:08:45 +00:00