Merge "Add MediaWikiTestCase convenience method for mocking a logger"
[lhc/web/wiklou.git] / resources / src / oojs-ui-styles-skip.js
1 /*!
2 * Skip function for OOjs UI PHP style modules.
3 *
4 * The `<meta name="X-OOUI-PHP" />` is added to pages by OutputPage::enableOOUI().
5 *
6 * Looking for elements in the DOM might be expensive, but it's probably better than double-loading
7 * 200 KB of CSS with embedded images because of bug T87871.
8 */
9 return !!jQuery( 'meta[name="X-OOUI-PHP"]' ).length;