mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
fix permissions panel table row formatting (#29444)
This commit is contained in:
committed by
GitHub
parent
5b79fd7f99
commit
609fb5705b
+1
-1
@@ -23,7 +23,7 @@ function updateSearch() {
|
||||
}
|
||||
if (found == 0) row.style.display = 'none';
|
||||
else {
|
||||
row.style.display = 'block';
|
||||
row.style.display = 'table-row';
|
||||
row.className = alt_style;
|
||||
if (alt_style == 'alt') alt_style = 'norm';
|
||||
else alt_style = 'alt';
|
||||
|
||||
Reference in New Issue
Block a user