mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
Previously, the render code attempted to add the class "hidden" to the button row, the button row which can have a persistent visibility style applied via CSS so the "hidden" class attribute was overridden. Set the style.display of the row instead which now hides the button row. Signed-off-by: Paul Donald <newtwen+github@gmail.com>