Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashorn committed Oct 23, 2023
1 parent a7f46ed commit 934ce16
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions -appconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){}
Expand Down

0 comments on commit 934ce16

Please sign in to comment.