mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-18 22:06:44 +02:00
fix fullscreen
This commit is contained in:
parent
6636cf9afa
commit
1dbf88f888
@ -189,7 +189,7 @@ self.OS.GUI =
|
|||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
|
|
||||||
initDM: ->
|
initDM: ->
|
||||||
($ "body").on 'webkitfullscreenchange mozfullscreenchange fullscreenchange MSFullscreenChange', ()->
|
($ document).on 'webkitfullscreenchange mozfullscreenchange fullscreenchange MSFullscreenChange', ()->
|
||||||
_GUI.fullscreen = not _GUI.fullscreen
|
_GUI.fullscreen = not _GUI.fullscreen
|
||||||
# check login first
|
# check login first
|
||||||
_API.resource "schemes/dm.html", (x) ->
|
_API.resource "schemes/dm.html", (x) ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user