add alert for uv issue
This commit is contained in:
+6
-2
@@ -10,8 +10,13 @@
|
|||||||
|
|
||||||
<title>View | Polaris</title>
|
<title>View | Polaris</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="hidden">
|
<body class="hidden">
|
||||||
|
<script>
|
||||||
|
window.onload = function() {
|
||||||
|
alert("IF YOU GET AN ERROR SUCH AS 'there are no bare clients' RELOAD THE PAGE!");
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
<iframe frameborder="0" id="loadframe"></iframe>
|
<iframe frameborder="0" id="loadframe"></iframe>
|
||||||
|
|
||||||
<div class="gamebar">
|
<div class="gamebar">
|
||||||
@@ -20,7 +25,6 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h1 class="title">Loading...</h1>
|
<h1 class="title">Loading...</h1>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<span class="item" id="return">
|
<span class="item" id="return">
|
||||||
<i class="fa-solid fa-angle-left"></i>
|
<i class="fa-solid fa-angle-left"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user