diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-12-27 16:55:28 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-12-27 16:55:28 +0100 |
commit | 01e977f922ea29cd2994f96c18e4b3f033b1802d (patch) | |
tree | 0c5b3ceb13bf364c209ef097644d81e6e04ea91d /common/indexeddb.js | |
parent | b590eaa2f64ead3384eadc6fe58f6358aa1a0478 (diff) | |
download | browser-extension-01e977f922ea29cd2994f96c18e4b3f033b1802d.tar.gz browser-extension-01e977f922ea29cd2994f96c18e4b3f033b1802d.zip |
facilitate egistering dynamic content scripts with mappings data
Diffstat (limited to 'common/indexeddb.js')
-rw-r--r-- | common/indexeddb.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/indexeddb.js b/common/indexeddb.js index c97c115..096391a 100644 --- a/common/indexeddb.js +++ b/common/indexeddb.js @@ -45,7 +45,11 @@ #IMPORT common/broadcast.js let initial_data = ( +#IF UNIT_TEST + {} +#ELSE #INCLUDE_VERBATIM default_settings.json +#ENDIF ); /* Update when changes are made to database schema. Must have 3 elements */ |