Merge pull request #2082 from yurydelendik/chrome-fontload
Workaround for chrome's issue 145227
This commit is contained in:
commit
59016bcf59
@ -577,6 +577,8 @@ var FontLoader = {
|
|||||||
src += '<script type="application/javascript">';
|
src += '<script type="application/javascript">';
|
||||||
src += ' window.onload = function fontLoaderOnload() {\n';
|
src += ' window.onload = function fontLoaderOnload() {\n';
|
||||||
src += ' parent.postMessage("' + requestId + '", "*");\n';
|
src += ' parent.postMessage("' + requestId + '", "*");\n';
|
||||||
|
// Chrome stuck on loading (see chrome issue 145227) - resetting url
|
||||||
|
src += ' window.location = "about:blank";\n';
|
||||||
src += ' }';
|
src += ' }';
|
||||||
// Hack so the end script tag isn't counted if this is inline JS.
|
// Hack so the end script tag isn't counted if this is inline JS.
|
||||||
src += '</scr' + 'ipt></head><body>';
|
src += '</scr' + 'ipt></head><body>';
|
||||||
|
Loading…
Reference in New Issue
Block a user