1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-29 12:43:15 +01:00

[ticket/16850] Update webfont loader

PHPBB3-16850
This commit is contained in:
3D-I 2021-08-16 11:44:52 +02:00
parent f46ebf5bec
commit a1f1c0cc9d

View File

@ -39,7 +39,7 @@
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.28/webfont.js';
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js';
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);