mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 00:18:31 +00:00
fix stat name
This commit is contained in:
@@ -514,7 +514,7 @@ function postLoadPage()
|
|||||||
|
|
||||||
fullscreen = !fullscreen
|
fullscreen = !fullscreen
|
||||||
|
|
||||||
userAction(fullscreen ? "offscreen_on" : "fullscreen_off");
|
userAction(fullscreen ? "fullscreen_on" : "fullscreen_off");
|
||||||
|
|
||||||
for (var i = 0; i < idList.length; i++)
|
for (var i = 0; i < idList.length; i++)
|
||||||
if (fullscreen)
|
if (fullscreen)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<script src="<?= Root('i/js/dev/jquery-ui.js')?>"></script>
|
<script src="<?= Root('i/js/dev/jquery-ui.js')?>"></script>
|
||||||
<script src="<?= Root('i/js/dev/jquery.feedback_me.js')?>"></script>
|
<script src="<?= Root('i/js/dev/jquery.feedback_me.js')?>"></script>
|
||||||
<script src="<?= Root("script/example.js?v=16")?>" ></script>
|
<script src="<?= Root("script/example.js?v=17")?>" ></script>
|
||||||
</head>
|
</head>
|
||||||
<!--
|
<!--
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
|
|||||||
Reference in New Issue
Block a user