mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13876] set webfont async to true
PHPBB3-13876
This commit is contained in:
parent
35e5dc46c7
commit
44fcdd007f
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue