mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-31 10:26:16 +01:00 
			
		
		
		
	fix fullscreen
This commit is contained in:
		| @@ -189,7 +189,7 @@ self.OS.GUI = | ||||
|         event.preventDefault() | ||||
|  | ||||
|     initDM: -> | ||||
|         ($ "body").on 'webkitfullscreenchange mozfullscreenchange fullscreenchange MSFullscreenChange', ()-> | ||||
|         ($ document).on 'webkitfullscreenchange mozfullscreenchange fullscreenchange MSFullscreenChange', ()-> | ||||
|             _GUI.fullscreen = not _GUI.fullscreen | ||||
|         # check login first | ||||
|         _API.resource "schemes/dm.html", (x) -> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user