OpenSource-Tools / LiquidVoting

1 stars 0 forks source link

hard-coded display:none; #53

Closed kvdmolen closed 9 years ago

kvdmolen commented 9 years ago

on initiative page: http://178.62.254.91/lf/initiative/show/1.html

there are two sidebar-tabs that have display:none in the style element.

perhaps you forgot to remove, but the style="display:none;" can be removed :)

nktc commented 9 years ago

Actually it is the random javascript hide()s here that are inserting display: none into the DOM:

https://github.com/Socioneers/LiquidVoting/blob/master/frontend/app/main/initiative/show.lua#L33

I have removed this JS and the display:nones are gone.