Files
nairobi/app/views/layouts/_no_script.html.erb
Senén Rodero Rodríguez 6c4f917e2a [EXP] Show all admin settings tabs when javascript is disabled
Otherwise administrators cannot access the settings from other tabs.
2024-01-25 18:29:39 +01:00

8 lines
129 B
Plaintext

<noscript>
<style type="text/css">
.admin .tabs-content > .tabs-panel {
display: block;
}
</style>
</noscript>