Hide meta field by default
This commit is contained in:
parent
774ab800a0
commit
424f81bc2e
|
@ -52,6 +52,7 @@ $(document).ready(function(){
|
||||||
"realname": "off",
|
"realname": "off",
|
||||||
"server": "off",
|
"server": "off",
|
||||||
"mtype": "off",
|
"mtype": "off",
|
||||||
|
"hidden": "off",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue