ApiSandbox: Visual separation of fields
[mediawiki.git] / resources / src / oojs-ui-styles-skip.js
blob57c905a345981e01d76708974f99a5d22f3e8de7
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;