hansonw / consilium

0 stars 0 forks source link

Sections should be able to default to expanded #111

Closed DouglasSherk closed 11 years ago

DouglasSherk commented 11 years ago

Currently, sections can default to expanded, but we had to add an ugly hack that keeps checking the page until it's loaded and then expands it. In the future, we should just lay out sections as being already open and let the rendering engine take care of it.

hansonw commented 11 years ago

It's pretty much fixed. It's not quite as ideal as being able to have it default to open without any JS, but the old 'check page until loaded' hack is gone.