diff --git a/src/js/exports.js b/src/js/exports.js index ee348143b..8f8082626 100644 --- a/src/js/exports.js +++ b/src/js/exports.js @@ -6,3 +6,4 @@ global.sendVerificationEmail = Misc.sendVerificationEmail; //these exports are just for debugging in the browser global.snapshot = db_getSnapshot; +global.config = config;