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')
|
||||
{
|
||||
before_12.style.display = 'none';
|
||||
console.log("True");
|
||||
before_12.style.display = 'none';
|
||||
after_12.style.display = 'block';
|
||||
}
|
||||
else
|
||||
{
|
||||
console.log("False");
|
||||
before_12.style.display = 'block';
|
||||
after_12.style.display = 'none';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user