Change: disable page script preload
This commit is contained in:
parent
5349f72e15
commit
6e984f0c18
|
@ -106,9 +106,11 @@ const APPLY = (() => {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
// pass
|
// pass
|
||||||
}
|
}
|
||||||
if (styleCount) {
|
// FIXME: temporarily? disable page script preload which is not reliable. See
|
||||||
checkPageScript();
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=1579345
|
||||||
}
|
// if (styleCount) {
|
||||||
|
// checkPageScript();
|
||||||
|
// }
|
||||||
|
|
||||||
return (el, content, disabled) =>
|
return (el, content, disabled) =>
|
||||||
checkPageScript().then(ok => {
|
checkPageScript().then(ok => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user