mirror of
https://github.com/typecho/typecho.git
synced 2025-04-05 18:52:27 +02:00
fix ie
This commit is contained in:
parent
c57a31baf4
commit
7dc73b4ab2
@ -5328,7 +5328,8 @@ else
|
||||
function isFullScreen () {
|
||||
return document.fullScreen ||
|
||||
document.mozFullScreen ||
|
||||
document.webkitIsFullScreen;
|
||||
document.webkitIsFullScreen ||
|
||||
document.msIsFullScreen;
|
||||
};
|
||||
|
||||
// fullscreen
|
||||
|
Loading…
x
Reference in New Issue
Block a user