mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6270 from 3D-I/ticket/16850
[ticket/16850][4.0] Update webfont loader
This commit is contained in:
commit
55bd5adf47
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
(function(d) {
|
(function(d) {
|
||||||
var wf = d.createElement('script'), s = d.scripts[0];
|
var wf = d.createElement('script'), s = d.scripts[0];
|
||||||
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
|
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
|
||||||
wf.async = true;
|
wf.async = true;
|
||||||
s.parentNode.insertBefore(wf, s);
|
s.parentNode.insertBefore(wf, s);
|
||||||
})(document);
|
})(document);
|
||||||
|
|
Loading…
Add table
Reference in a new issue