Removed unnecessary fullscreen toggling code.
This commit is contained in:
parent
d78710f60b
commit
add87db811
1 changed files with 0 additions and 7 deletions
|
@ -37,13 +37,6 @@ window.BackendCalendar = window.BackendCalendar || {};
|
|||
|
||||
if (isFullScreen) {
|
||||
// Exit fullscreen mode.
|
||||
// var exitFullScreen = element.exitFullScreen
|
||||
// || element.msExitFullscreen
|
||||
// || element.mozCancelFullScreen
|
||||
// || element.webkitExitFullscreen;
|
||||
|
||||
// exitFullScreen.call(element);
|
||||
|
||||
if (document.exitFullscreen)
|
||||
document.exitFullscreen();
|
||||
else if (document.msExitFullscreen)
|
||||
|
|
Loading…
Reference in a new issue