Merge branch 'MDL-33317-master' of git://github.com/FMCorz/moodle
authorAparup Banerjee <aparup@moodle.com>
Fri, 15 Jun 2012 06:54:10 +0000 (14:54 +0800)
committerAparup Banerjee <aparup@moodle.com>
Fri, 15 Jun 2012 06:54:10 +0000 (14:54 +0800)
1  2 
theme/mymobile/config.php

@@@ -163,8 -164,4 +164,8 @@@ $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->rendererfactory = 'theme_overridden_renderer_factory';
 +
 +// This theme doesn't support CSS optimisation. The JQuery CSS has already been optimised in a way that
 +// is not compatible with the CSS optimiser in Moodle.
- $THEME->supportscssoptimisation = false;
++$THEME->supportscssoptimisation = false;