diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:14:53 -0400 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:15:25 -0400 | 
| commit | 2f88bcf82c4dd82d1dd2f035717effaa2673e3c2 (patch) | |
| tree | 437f8f97629ea735089a8f7195b2cea09eadb894 /ext/bg/js/options.js | |
| parent | 320af99b7676a37157e2d7207756dd502e6be608 (diff) | |
| parent | 1b96e69ea2bfe26ded82e2f058d30500290e9d2d (diff) | |
Merge branch 'style-editor2'
#253
Diffstat (limited to 'ext/bg/js/options.js')
| -rw-r--r-- | ext/bg/js/options.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index cadc4443..fac17d68 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -278,7 +278,8 @@ function profileOptionsCreateDefaults() {              mainDictionary: '',              popupTheme: 'default',              popupOuterTheme: 'default', -            customPopupCss: '' +            customPopupCss: '', +            customPopupOuterCss: ''          },          audio: { |