mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-38702 theme_mymobile: Replaced missing theme setting to disable CSS Optimiser.
The missing setting was a regression casued by MDL-33357.
This commit is contained in:
parent
373a8e052c
commit
89c9dfc417
@ -163,4 +163,7 @@ $THEME->javascripts = array(
|
|||||||
|
|
||||||
// Sets a custom render factory to use with the theme, used when working with custom renderers.
|
// Sets a custom render factory to use with the theme, used when working with custom renderers.
|
||||||
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
||||||
$THEME->csspostprocess = 'mymobile_user_settings';
|
$THEME->csspostprocess = 'mymobile_user_settings';
|
||||||
|
|
||||||
|
// Disables CSS Optimiser for MyMobile theme.
|
||||||
|
$THEME->supportscssoptimisation = false;
|
Loading…
x
Reference in New Issue
Block a user