Work around IE9's broken handling of .styleSheet.cssText
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 28 Sep 2015 17:12:06 +0000 (19:12 +0200)
committerOri.livneh <ori@wikimedia.org>
Tue, 29 Sep 2015 19:06:10 +0000 (19:06 +0000)
commitc2e8f505c12ace6af42161bf9930d483b1721f2e
tree043573362c287e73c3eed7f7a9b8f7e613f762d0
parent1806b4c21c2333c478fbaef73b4b786c34fc9ce7
Work around IE9's broken handling of .styleSheet.cssText

IE9 drops @media queries from .styleSheet.cssText when that property
is read. Therefore we can't trust it to contain what we put there
previously.

Bug: T108727
Change-Id: Ic4f553966e48e3fc608a47ef193df923227ceb96
resources/src/mediawiki/mediawiki.js