mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
80a0abb54f
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>