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 01:01:25 +00:00
parent 8bb0c27f1b
commit 3d2ec04484
+4 -1
View File
@@ -163,4 +163,7 @@ $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';
$THEME->csspostprocess = 'mymobile_user_settings';
// Disables CSS Optimiser for MyMobile theme.
$THEME->supportscssoptimisation = false;