better fullscreen
This commit is contained in:
parent
dafc34dde5
commit
8f5387c713
@ -44,6 +44,11 @@ function stateChanged() {
|
|||||||
if (el) {
|
if (el) {
|
||||||
el.state.disabled = fs;
|
el.state.disabled = fs;
|
||||||
}
|
}
|
||||||
|
if (fs) {
|
||||||
|
$(header).style.set {
|
||||||
|
display: "none",
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var header;
|
var header;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user