0.899
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Block</title>
|
||||
<link rel="shortcut icon" href="/HTML/PIC/viewer.png" type="image/png">
|
||||
<link rel="shortcut icon" href="../HTML/PIC/viewer.png" type="image/png">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../HTML/CSS/buttons.css">
|
||||
<link rel="stylesheet" type="text/css" href="../HTML/CSS/style.css">
|
||||
@@ -18,7 +18,7 @@
|
||||
global.RUN_SERVER=0;
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="/HTML/JS/coinlib.js"></script>
|
||||
<script type="text/javascript" src="../HTML/JS/coinlib.js"></script>
|
||||
<script type="text/javascript" src="../HTML/JS/client.js"></script>
|
||||
|
||||
|
||||
@@ -29,6 +29,11 @@
|
||||
|
||||
window.onload=function()
|
||||
{
|
||||
if(localStorage["MainServer"] && !localStorage["BIGWALLET"])
|
||||
{
|
||||
MainServer=JSON.parse(localStorage["MainServer"]);
|
||||
}
|
||||
|
||||
document.body.className="univers "+localStorage["idSelStyle"];
|
||||
var i=document.URL.indexOf("#");
|
||||
if(i>0)
|
||||
|
||||
Reference in New Issue
Block a user