Change: disable page script preload
This commit is contained in:
parent
5349f72e15
commit
6e984f0c18
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user