Explorar o código

Fix for "Flash Of Unstyled Content" and slow loading in the Firefox (#2913)

Kristian Salonen %!s(int64=6) %!d(string=hai) anos
pai
achega
bd9a72726d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/layout/layout.phtml

+ 1 - 0
app/layout/layout.phtml

@@ -9,6 +9,7 @@ if (_t('gen.dir') === 'rtl') {
 		<meta charset="UTF-8" />
 		<meta name="viewport" content="initial-scale=1.0" />
 		<?= self::headStyle() ?>
+		<script>/* Firefox FOUC Fix */</script>
 		<script id="jsonVars" type="application/json">
 <?php $this->renderHelper('javascript_vars'); ?>
 		</script>