diff options
| author | 2020-04-21 00:20:34 +0300 | |
|---|---|---|
| committer | 2020-04-20 23:20:34 +0200 | |
| commit | bd9a72726dbaf26854994e9726091477548a991f (patch) | |
| tree | 26707f04b986bc3448b56bc3c27dc218c408c212 /app/layout/layout.phtml | |
| parent | 582a0041a9de7896813d63c38aef1312fe23a188 (diff) | |
Fix for "Flash Of Unstyled Content" and slow loading in the Firefox (#2913)
Diffstat (limited to 'app/layout/layout.phtml')
| -rw-r--r-- | app/layout/layout.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index b7389c126..41a9dd1de 100644 --- a/app/layout/layout.phtml +++ b/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> |
