mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
fix stat name
This commit is contained in:
@@ -514,7 +514,7 @@ function postLoadPage()
|
||||
|
||||
fullscreen = !fullscreen
|
||||
|
||||
userAction(fullscreen ? "offscreen_on" : "fullscreen_off");
|
||||
userAction(fullscreen ? "fullscreen_on" : "fullscreen_off");
|
||||
|
||||
for (var i = 0; i < idList.length; i++)
|
||||
if (fullscreen)
|
||||
|
||||
Reference in New Issue
Block a user