Skip to content

Commit

Permalink
[ticket/13876] set webfont async to true
Browse files Browse the repository at this point in the history
PHPBB3-13876
  • Loading branch information
callumacrae committed May 28, 2015
1 parent 35e5dc4 commit 44fcdd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpBB/styles/prosilver/template/overall_header.html
Expand Up @@ -38,6 +38,7 @@
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);
</script>
Expand Down

0 comments on commit 44fcdd0

Please sign in to comment.