mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Update budday.html
This commit is contained in:
@@ -21,11 +21,16 @@
|
||||
before12.style.display = 'block';
|
||||
after12.style.display = 'none';
|
||||
|
||||
if(cloud_canAccess)
|
||||
if(cloud_canAccess == true)
|
||||
{
|
||||
before12.style.display = 'none';
|
||||
after12.style.display = 'block';
|
||||
}
|
||||
else
|
||||
{
|
||||
before12.style.display = 'block';
|
||||
after12.style.display = 'none';
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user