Change: disable page script preload

This commit is contained in:
eight 2019-09-06 15:38:25 +08:00
parent 5349f72e15
commit 6e984f0c18

View File

@ -106,9 +106,11 @@ const APPLY = (() => {
} catch (err) {
// pass
}
if (styleCount) {
checkPageScript();
}
// FIXME: temporarily? disable page script preload which is not reliable. See
// https://bugzilla.mozilla.org/show_bug.cgi?id=1579345
// if (styleCount) {
// checkPageScript();
// }
return (el, content, disabled) =>
checkPageScript().then(ok => {