diff --git a/script/main.js b/script/main.js
index dbdc52c..25ea2d5 100644
--- a/script/main.js
+++ b/script/main.js
@@ -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)
diff --git a/tpl/home.php b/tpl/home.php
index 70e8060..425bcf1 100755
--- a/tpl/home.php
+++ b/tpl/home.php
@@ -10,7 +10,7 @@
-
+