This commit is contained in:
progr76@gmail.com
2019-02-12 21:41:41 +03:00
parent 9eefdc7aad
commit 4ae7e3b8bc
25 changed files with 465 additions and 88 deletions

View File

@@ -85,7 +85,7 @@
//CONFIG
function IsPrivateMode()
{
if(PrivKeyStr && PrivKeyStr.length===64)
if(PrivKeyStr && PrivKeyStr.length===64 && PrivKeyStr!=="0000000000000000000000000000000000000000000000000000000000000000")
return true;
else
return false;
@@ -890,7 +890,7 @@
if(window.location.hash)
{
var LocationPath=window.location.hash.substr(1);
console.log("LocationPath="+LocationPath)
//console.log("LocationPath="+LocationPath)
if(LocationPath)
{
SelectTab(LocationPath);