mediawiki-extensions-Echo/modules/mw.echo.js
Moriel Schottlender 9e206ef8f5 Reduce number of prioritized actions in mobile
For mobile view, only display 1 prioritized action in the items,
and for general desktop view, stick to the default 2.

Bug: T141788
Change-Id: Ibf386ee598553ecfb717f07f02688034bbc338c8
2016-08-01 16:31:18 -07:00

5 lines
130 B
JavaScript

( function ( mw ) {
mw.echo = mw.echo || {};
mw.echo.config = mw.echo.config || { maxPrioritizedActions: 2 };
} )( mediaWiki );