add CI config file
Compare changes
Files
11- RedStormBT authored
ts/Global/domGenerator.js
0 → 100644
+ 497
− 0
hideButton.onclick = function (variable) { return function (event) { buttonFunctor(event, variable); /*if(content.style.display==="none"){QAnalysisGenerator.ShowHideContent(content,"",event.target,configuration.optionnalPartDeactivate);AdminHistory.StoreInHistoric(variable,"set",true);isActive[variable]=true;}else{QAnalysisGenerator.ShowHideContent(content,"none",event.target,configuration.optionnalPartActivate);AdminHistory.StoreInHistoric(variable,"set",false);isActive[variable]=false;}/*if(document.getElementById("texts").childNodes.length)QAnalysisGenerator.GenerateWallOfTexts();*/ }; }(isOptional);