Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Bug 795490 #594

Merged
merged 1 commit into from Dec 22, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/sdk/panel.js
Expand Up @@ -354,6 +354,7 @@ const Panel = Symbiont.resolve({
},

_onChange: function _onChange(e) {
this._frameLoadersSwapped = false;
if ('contentURL' in e && this._frame) {
// Cleanup the worker before injecting the content script in the new
// document
Expand Down