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:
@@ -22,11 +22,13 @@
|
|||||||
|
|
||||||
if(cloud_canAccess === 'yes')
|
if(cloud_canAccess === 'yes')
|
||||||
{
|
{
|
||||||
|
console.log("True");
|
||||||
before_12.style.display = 'none';
|
before_12.style.display = 'none';
|
||||||
after_12.style.display = 'block';
|
after_12.style.display = 'block';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
console.log("False");
|
||||||
before_12.style.display = 'block';
|
before_12.style.display = 'block';
|
||||||
after_12.style.display = 'none';
|
after_12.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user