Don't display loading w/o JS

refs #3119
This commit is contained in:
Alexander A. Klimov 2018-01-16 10:48:11 +01:00
parent 72592fcccf
commit fd1cfd35c3
1 changed files with 4 additions and 0 deletions

View File

@ -504,3 +504,7 @@ input[type="checkbox"].expandable-toggle {
display: none;
}
}
html.no-js .progress-label {
display: none;
}