Commit 2c4eabc2 authored by LianaHus's avatar LianaHus Committed by Liana Husikyan

open first model when load first time

parent a1fec329
......@@ -206,6 +206,8 @@ staticAnalysisView.prototype.renderModules = function () {
</>
`
})
// collaps first module
moduleEntries[0].getElementsByTagName("input")[0].checked = true
return yo`
<div class="accordion" id="accordionModules">
${moduleEntries}
......
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