From 934ce16a1faef99a1601082a6612942d4e943d7c Mon Sep 17 00:00:00 2001 From: JS Date: Mon, 23 Oct 2023 09:41:07 -0400 Subject: [PATCH] minor fix --- -appconfig.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/-appconfig.js b/-appconfig.js index 85e5e82..cb82e29 100644 --- a/-appconfig.js +++ b/-appconfig.js @@ -19,18 +19,6 @@ var Config = window.Config = window.Config||{ AUTOLOAD_IMPORT_MAPS : true }; -// Config.SCRIPT_SNIPPETS = { -// "IFIT" : { -// "name" : "iFIT Setting" -// "value" : "parent.isIFIT=true" -// }, -// "IFIT" : { -// "name" : "iFIT Setting" -// "value" : "parent.isIFIT=true" -// } -// }; - - // try{export {Session, Config};}catch(e){} try{module.exports = Config;}catch(e){}