mirror of
				https://github.com/lxsang/antos-frontend.git
				synced 2025-10-31 18:35:44 +01:00 
			
		
		
		
	fix fullscreen
This commit is contained in:
		| @@ -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) -> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user