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