diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-17 21:23:21 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-09-18 19:14:04 -0400 |
commit | 352d214203fba929594c6139189fa59c6772c69f (patch) | |
tree | da0e2be5103cdca6b1c4fb80b2e6eb34d821895d /ext/bg/js/settings-profiles.js | |
parent | dcfe722ba626a439db621385005aaa57b61835ca (diff) |
Isolate objects to background window
Diffstat (limited to 'ext/bg/js/settings-profiles.js')
-rw-r--r-- | ext/bg/js/settings-profiles.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/settings-profiles.js b/ext/bg/js/settings-profiles.js index 8796770d..ededc998 100644 --- a/ext/bg/js/settings-profiles.js +++ b/ext/bg/js/settings-profiles.js @@ -98,6 +98,7 @@ async function profileFormWrite(optionsFull) { apiOptionsSave(); conditionsClearCaches(profileConditionsDescriptor); }; + profileConditionsContainer.isolate = utilBackgroundIsolate; } function profileOptionsPopulateSelect(select, profiles, currentValue, ignoreIndices) { |