hide debug tab and ref tab from the beginning
This commit is contained in:
parent
4ecc0bd8fc
commit
320271b756
|
@ -214,3 +214,11 @@ footer {
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tab-debug {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tab-ref {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user