提交 272541f4 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7509: fix mozilla full screen

上级 d5e48302
...@@ -575,7 +575,7 @@ function exit_full_screen() ...@@ -575,7 +575,7 @@ function exit_full_screen()
if (document.webkitFullscreenEnabled) { if (document.webkitFullscreenEnabled) {
document.webkitExitFullscreen(); document.webkitExitFullscreen();
} else if (document.mozFullScreenEnabled) { } else if (document.mozFullScreenEnabled) {
document.mozExitFullScreen(); document.mozCancelFullScreen();
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论