Commit e948fe61 authored by Romain Loth's avatar Romain Loth

add new topbarloader to master

parent 2e55ad74
...@@ -146,7 +146,7 @@ TW.conf = (function(TW){ ...@@ -146,7 +146,7 @@ TW.conf = (function(TW){
// ------------ // ------------
TWConf.paths = { TWConf.paths = {
'ourlibs': 'static/tinawebJS/twlibs', 'ourlibs': 'static/tinawebJS/twlibs',
'modules': 'static/tinawebJS/twmodules', 'modules': 'static/tinawebModuleComexLayout',
'templates': 'static/tinawebJS/twlibs/default_hit_templates', 'templates': 'static/tinawebJS/twlibs/default_hit_templates',
'sourceFile': null, // server: 1 default gexf|json graph source 'sourceFile': null, // server: 1 default gexf|json graph source
...@@ -160,13 +160,7 @@ TW.conf = (function(TW){ ...@@ -160,13 +160,7 @@ TW.conf = (function(TW){
// flag name is div class to be removed if false // flag name is div class to be removed if false
// *and* subdirectory of modules path to import if true // *and* subdirectory of modules path to import if true
// see also activateModules() // see also activateModules()
TWConf.ModulesFlags["multivacV1HistogramModule"] = false ; TWConf.ModulesFlags["comexTopBarLoader"] = true ;
// cf. twmodules/multivacV2HistogramModule/multivacV2Settings.js for settings
TWConf.ModulesFlags["multivacV2HistogramModule"] = false ;
// cf. twmodules/crowdsourcingModule/README.md to initialize the associated db
TWConf.ModulesFlags["crowdsourcingModule"] = false ;
// Other GUI options // Other GUI options
// ------------------ // ------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment