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:
Mary Evans 2013-03-26 00:10:37 +00:00
parent 373a8e052c
commit 89c9dfc417

View File

@ -164,3 +164,6 @@ $THEME->javascripts = array(
// Sets a custom render factory to use with the theme, used when working with custom renderers.
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
$THEME->csspostprocess = 'mymobile_user_settings';
// Disables CSS Optimiser for MyMobile theme.
$THEME->supportscssoptimisation = false;