diff --git a/common/modules/styles.jsm b/common/modules/styles.jsm index 8b4d2cea..adbfd803 100644 --- a/common/modules/styles.jsm +++ b/common/modules/styles.jsm @@ -45,7 +45,7 @@ update(Sheet.prototype, { if (on != this._enabled || this.fullCSS != this._fullCSS) { if (on) this.enabled = false; - else if (!this._uri) + else if (!this._fullCSS) return; let meth = on ? "registerSheet" : "unregisterSheet";