0.886
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user